diff options
author | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-28 06:30:00 +0000 |
commit | 2f8b0d94926c384cccd7e111b51766b739f72c6c (patch) | |
tree | 2a7fd30e4ee838f24d3e799d8f0f744759aaf6f0 /www/contao | |
parent | 2781f422514e487b39fa9665a62698618c05a7ee (diff) | |
download | pkgsrc-2f8b0d94926c384cccd7e111b51766b739f72c6c.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.example | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/www/contao/Makefile.example b/www/contao/Makefile.example index 392c5c861d6..339f5417a83 100644 --- a/www/contao/Makefile.example +++ b/www/contao/Makefile.example @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.example,v 1.8 2012/10/01 15:31:00 taca Exp $ +# $NetBSD: Makefile.example,v 1.9 2012/10/28 06:30:13 asau Exp $ # # used by www/contao211-example/Makefile # @@ -20,8 +20,6 @@ USE_TOOLS= pax NO_BUILD= yes NO_CONFIGURE= yes -PKG_DESTDIR_SUPPORT= user-destdir - WWW_EG_FILES= ${CT_FILES}/music_academy WWW_FILE= templates/music_academy.sql |