diff options
author | taca <taca@pkgsrc.org> | 2010-05-11 13:28:46 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2010-05-11 13:28:46 +0000 |
commit | 6ec09634f4602aabd13c8575553a640e1fc75378 (patch) | |
tree | e0907b84ef010a77ee4bac12790c5ac7cf3bf887 | |
parent | f89c7b48e140cfde847ebc05d1f6f68f36a246d9 (diff) | |
download | pkgsrc-6ec09634f4602aabd13c8575553a640e1fc75378.tar.gz |
Add DIST_SUBDIR to match typolight27's update.
-rw-r--r-- | www/typolight27-example/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/typolight27-example/Makefile b/www/typolight27-example/Makefile index a2064359389..17e0fba87f6 100644 --- a/www/typolight27-example/Makefile +++ b/www/typolight27-example/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2009/11/29 06:45:01 taca Exp $ +# $NetBSD: Makefile,v 1.4 2010/05/11 13:28:46 taca Exp $ # +DIST_SUBDIR= typolight27-20100503 LICENSE= gnu-lgpl-v2.1 WWW_FILE= templates/example_website.sql |