pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/xmailwatcher Don't overwrite do-install, imake kn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/2148fc8bb4ea
branches:  trunk
changeset: 506802:2148fc8bb4ea
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Sun Jan 22 02:37:12 2006 +0000

description:
Don't overwrite do-install, imake knows how to create a working rule
which works on !NetBSD as well. Use PLIST variables for the man page.

diffstat:

 mail/xmailwatcher/Makefile |  8 +-------
 mail/xmailwatcher/PLIST    |  4 ++--
 2 files changed, 3 insertions(+), 9 deletions(-)

diffs (30 lines):

diff -r 8e74a42805da -r 2148fc8bb4ea mail/xmailwatcher/Makefile
--- a/mail/xmailwatcher/Makefile        Sun Jan 22 02:26:53 2006 +0000
+++ b/mail/xmailwatcher/Makefile        Sun Jan 22 02:37:12 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2005/06/16 06:58:08 jlam Exp $
+# $NetBSD: Makefile,v 1.6 2006/01/22 02:37:12 joerg Exp $
 
 DISTNAME=              xmailwatcher
 PKGNAME=               ${DISTNAME}-1.6
@@ -9,11 +9,5 @@
 COMMENT=               Mailbox checker which displays sender and subject lines of mails
 
 USE_IMAKE=             yes
-INSTALLATION_DIRS=     bin man/man1
-
-do-install:
-       ${INSTALL_DATA} ${WRKSRC}/xmailwatcher.0 ${PREFIX}/man/man1/xmailwatcher.1
-       ${INSTALL_PROGRAM} ${WRKSRC}/xmailwatcher ${PREFIX}/bin
-       strip ${PREFIX}/bin/xmailwatcher
 
 .include "../../mk/bsd.pkg.mk"
diff -r 8e74a42805da -r 2148fc8bb4ea mail/xmailwatcher/PLIST
--- a/mail/xmailwatcher/PLIST   Sun Jan 22 02:26:53 2006 +0000
+++ b/mail/xmailwatcher/PLIST   Sun Jan 22 02:37:12 2006 +0000
@@ -1,3 +1,3 @@
-@comment $NetBSD: PLIST,v 1.1 2001/11/01 01:01:48 zuntum Exp $
+@comment $NetBSD: PLIST,v 1.2 2006/01/22 02:37:12 joerg Exp $
 bin/xmailwatcher
-man/man1/xmailwatcher.1
+${IMAKE_MAN_DIR}/xmailwatcher.${IMAKE_MAN_SUFFIX}



Home | Main Index | Thread Index | Old Index