diff options
author | taca <taca> | 2013-01-09 03:21:48 +0000 |
---|---|---|
committer | taca <taca> | 2013-01-09 03:21:48 +0000 |
commit | d666fc0c899e0c6ca8b7d4175f6271030737e153 (patch) | |
tree | 4e02b8bb02074ff094a0ed5834ed88a54e744d95 /www/contao | |
parent | 2306c5e22f3b9692629843ea98597c69fdac341f (diff) | |
download | pkgsrc-d666fc0c899e0c6ca8b7d4175f6271030737e153.tar.gz |
Distfile was updated due to mistake of version displayed on Contao backend.
Enable DIST_SUBDIR and bump PKGREVISION.
Diffstat (limited to 'www/contao')
-rw-r--r-- | www/contao/Makefile.common | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/contao/Makefile.common b/www/contao/Makefile.common index 37f1a9ca74a..0fb405dbd60 100644 --- a/www/contao/Makefile.common +++ b/www/contao/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.26 2013/01/08 11:43:18 taca Exp $ +# $NetBSD: Makefile.common,v 1.27 2013/01/09 03:21:48 taca Exp $ # # used by www/contao/Makefile.example" # used by www/contao211/Makefile @@ -17,6 +17,7 @@ CT_FILES= tl_files .elif ${CT_VERS} == "30" CT_VERSION= ${CT300_VERSION} CT_FILES= files +CT_DIST_SUBDIR= contao-20120109 .else .error "Illegal version specified: ${CT_VERS}" .endif |