diff options
author | taca <taca@pkgsrc.org> | 2014-05-27 15:22:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-05-27 15:22:22 +0000 |
commit | 290fe48039d4b3ae7a5578687ddc10a561d78659 (patch) | |
tree | 62a58278ba4cbf8d775f8bffca3390b3c107a299 | |
parent | 641d3ed361e53e0c59fdb2d8eb8f9e28b5dcce6b (diff) | |
download | pkgsrc-290fe48039d4b3ae7a5578687ddc10a561d78659.tar.gz |
Explicitly set DISTNAME for now.
-rw-r--r-- | www/contao32-example/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/www/contao32-example/Makefile b/www/contao32-example/Makefile index ea1310eb634..901e0fc748a 100644 --- a/www/contao32-example/Makefile +++ b/www/contao32-example/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1 2013/11/21 16:53:39 taca Exp $ +# $NetBSD: Makefile,v 1.2 2014/05/27 15:22:22 taca Exp $ # +DISTNAME= ${CT_VERSION} LICENSE= gnu-lgpl-v3 CT_VERS= 32 |