diff options
author | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2009-04-08 22:43:23 +0000 |
commit | d0076c34032ae1515a026b1659f5e6a84c67594e (patch) | |
tree | bf1dd9cbdc81069dd542e4c95eaabbce12693e97 /pkgtools/x11-links/Makefile | |
parent | 7ae1d7e60010d1bcb1504352d555229aea547d33 (diff) | |
download | pkgsrc-d0076c34032ae1515a026b1659f5e6a84c67594e.tar.gz |
Remove the remaining NO_MTREE definitions, it has been a nop for a
while.
Diffstat (limited to 'pkgtools/x11-links/Makefile')
-rw-r--r-- | pkgtools/x11-links/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index b9e235b9613..e797c3d4968 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.99 2009/03/08 00:03:37 snj Exp $ +# $NetBSD: Makefile,v 1.100 2009/04/08 22:43:25 joerg Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, @@ -22,7 +22,6 @@ USE_LANGUAGES= # empty USE_TOOLS+= pax EXTRACT_ONLY= # empty NO_CHECKSUM= yes -NO_MTREE= yes PLIST_SRC.dirs= ${WRKDIR}/.PLIST_SRC.dirs PLIST_SRC.files= ${WRKDIR}/.PLIST_SRC.files |