summaryrefslogtreecommitdiff
path: root/mail/ifile-procmail/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2008-04-07 17:14:20 +0000
committerjoerg <joerg@pkgsrc.org>2008-04-07 17:14:20 +0000
commite5f2db9b02040befc4e42a87d3cdee457a130417 (patch)
tree52499e88e043cd9c1a9a4a329ffdeb98c284bd4e /mail/ifile-procmail/Makefile
parent70b0ffd0f687ed3d7ea3b98bc22ebb82ef0be4d1 (diff)
downloadpkgsrc-e5f2db9b02040befc4e42a87d3cdee457a130417.tar.gz
Fix DESTDIR.
Diffstat (limited to 'mail/ifile-procmail/Makefile')
-rw-r--r--mail/ifile-procmail/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/mail/ifile-procmail/Makefile b/mail/ifile-procmail/Makefile
index 8f7b949681f..4f44695613a 100644
--- a/mail/ifile-procmail/Makefile
+++ b/mail/ifile-procmail/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2008/03/04 17:57:18 jlam Exp $
+# $NetBSD: Makefile,v 1.9 2008/04/07 17:21:39 joerg Exp $
#
DISTNAME= ifile.procmail-0.3
@@ -25,9 +25,9 @@ REPLACE_KSH+= bin/ifile.*
NO_BUILD= YES
+INSTALLATION_DIRS= bin share/doc/ifile share/examples/ifile
+
do-install:
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/ifile
- ${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/ifile
for f in `${LS} ${WRKSRC}/bin` ; do \
${INSTALL_SCRIPT} ${WRKSRC}/bin/$$f ${DESTDIR}${PREFIX}/bin ; \
done