diff options
author | tron <tron@pkgsrc.org> | 2009-06-15 12:42:15 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2009-06-15 12:42:15 +0000 |
commit | 08032663bc34ccbf2f14337abf84652179b6a392 (patch) | |
tree | 3f93aed8c9c8638c698cd57c90ffd9d0db52ab55 /pkgtools/x11-links | |
parent | 807cd3ce1c6241a541053d8ad966ae7e4fa6e422 (diff) | |
download | pkgsrc-08032663bc34ccbf2f14337abf84652179b6a392.tar.gz |
Complete last change to make this package build again.
Diffstat (limited to 'pkgtools/x11-links')
-rw-r--r-- | pkgtools/x11-links/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 1285dd6680b..50a0068736e 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.103 2009/06/14 22:58:08 joerg Exp $ +# $NetBSD: Makefile,v 1.104 2009/06/15 12:42:15 tron 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, @@ -21,9 +21,8 @@ WRKSRC= ${WRKDIR} USE_LANGUAGES= # empty USE_TOOLS+= pax -PLIST_SRC.dirs= ${WRKDIR}/.PLIST_SRC.dirs PLIST_SRC.files= ${WRKDIR}/.PLIST_SRC.files -PLIST_SRC= ${.CURDIR}/PLIST ${PLIST_SRC.files} ${PLIST_SRC.dirs} +PLIST_SRC= ${.CURDIR}/PLIST ${PLIST_SRC.files} .include "../../mk/bsd.prefs.mk" |