summaryrefslogtreecommitdiff
path: root/mail/xmailwatcher
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2006-01-22 02:37:12 +0000
committerjoerg <joerg@pkgsrc.org>2006-01-22 02:37:12 +0000
commitb5a3f8f2d5fdb4e1ec341cf4f2745b8f3f2f57e0 (patch)
treeb4d0fe955f1c3aa304bdbb2766461f56fba7422d /mail/xmailwatcher
parenta1e63a4c5e1b484ed481e4abd14a1ef5eddf85bd (diff)
downloadpkgsrc-b5a3f8f2d5fdb4e1ec341cf4f2745b8f3f2f57e0.tar.gz
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 (limited to 'mail/xmailwatcher')
-rw-r--r--mail/xmailwatcher/Makefile8
-rw-r--r--mail/xmailwatcher/PLIST4
2 files changed, 3 insertions, 9 deletions
diff --git a/mail/xmailwatcher/Makefile b/mail/xmailwatcher/Makefile
index 45466002bc4..c7a91ff2195 100644
--- a/mail/xmailwatcher/Makefile
+++ b/mail/xmailwatcher/Makefile
@@ -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 @@ MAINTAINER= tech-pkg@NetBSD.org
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 --git a/mail/xmailwatcher/PLIST b/mail/xmailwatcher/PLIST
index 8582133a2f4..9c74f907f55 100644
--- a/mail/xmailwatcher/PLIST
+++ b/mail/xmailwatcher/PLIST
@@ -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}