diff options
author | taca <taca@pkgsrc.org> | 2004-03-30 17:12:28 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2004-03-30 17:12:28 +0000 |
commit | d33aba22c4ca3d2f33cc0731ed0f26ccfb498fbc (patch) | |
tree | d19dba6b2937a4dfa78ddda817061becdf78ebb2 /net/djbdns/Makefile | |
parent | 47b3573672f041d4d6e0396f281483612941c3cc (diff) | |
download | pkgsrc-d33aba22c4ca3d2f33cc0731ed0f26ccfb498fbc.tar.gz |
Add DIST_SUBDIR=${PKGNAME} in order to notify updated distfiles which
don't have version information. Suggested by wiz@.
Diffstat (limited to 'net/djbdns/Makefile')
-rw-r--r-- | net/djbdns/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/djbdns/Makefile b/net/djbdns/Makefile index 7e53583b4a6..a07b8460889 100644 --- a/net/djbdns/Makefile +++ b/net/djbdns/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2004/03/29 03:30:17 schmonz Exp $ +# $NetBSD: Makefile,v 1.31 2004/03/30 17:12:28 taca Exp $ # FreeBSD Id: ports/net/djbdns/Makefile,v 1.4 2000/09/28 18:18:41 nbm Exp # @@ -29,6 +29,7 @@ RESTRICTED= "Redistribution of modified package is forbidden" NO_BIN_ON_CDROM=${RESTRICTED} NO_BIN_ON_FTP= ${RESTRICTED} +DIST_SUBDIR= ${PKGNAME} EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} \ ${DISTNAME}-man-${MANVERSION}.tar.gz |