summaryrefslogtreecommitdiff
path: root/mail/xmailwatcher/Makefile
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/Makefile
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/Makefile')
-rw-r--r--mail/xmailwatcher/Makefile8
1 files changed, 1 insertions, 7 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"