diff options
author | joerg <joerg> | 2010-02-04 01:57:26 +0000 |
---|---|---|
committer | joerg <joerg> | 2010-02-04 01:57:26 +0000 |
commit | ba564e1274bcc99e4d2e978a9f974057152f44c2 (patch) | |
tree | 5726b1dcfd1d630824b0126bf1e6a5100b3d7d9f /mail/distribute | |
parent | c1b9a314af9d2665af1a7aa9b4e345f5a0e614d9 (diff) | |
download | pkgsrc-ba564e1274bcc99e4d2e978a9f974057152f44c2.tar.gz |
DESTDIR ready
Diffstat (limited to 'mail/distribute')
-rw-r--r-- | mail/distribute/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/mail/distribute/Makefile b/mail/distribute/Makefile index cc43c6256c1..81d697e19b2 100644 --- a/mail/distribute/Makefile +++ b/mail/distribute/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2007/11/17 13:40:15 wiz Exp $ +# $NetBSD: Makefile,v 1.23 2010/02/04 01:57:26 joerg Exp $ DISTNAME= distribute-2.1-pl19 PKGNAME= distribute-2.1.26 @@ -16,6 +16,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org # AWOL COMMENT= Mail dispatcher for mailing list. Fits nicely with majordomo +PKG_DESTDIR_SUPPORT= user-destdir + INSTALLATION_DIRS= libexec ${PKGMANDIR}/man1 WRKSRC= ${WRKDIR}/distribute-pl19 |