diff options
author | joerg <joerg> | 2008-04-07 17:14:20 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-04-07 17:14:20 +0000 |
commit | a1be9bc6696ff78421a5e347a2e231644c7a21f3 (patch) | |
tree | 52499e88e043cd9c1a9a4a329ffdeb98c284bd4e /mail/ifile-procmail | |
parent | 5465e3787580cb0b93c1216c10e2deb16671f1a7 (diff) | |
download | pkgsrc-a1be9bc6696ff78421a5e347a2e231644c7a21f3.tar.gz |
Fix DESTDIR.
Diffstat (limited to 'mail/ifile-procmail')
-rw-r--r-- | mail/ifile-procmail/Makefile | 6 |
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 |