diff options
author | wiz <wiz@pkgsrc.org> | 2015-07-29 10:30:51 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2015-07-29 10:30:51 +0000 |
commit | dee7c8100f114a8632349b72056b80c0f7321913 (patch) | |
tree | 9e07aa18953fa28abe59f8236ab33d3bf925cf68 /lang/camlp4 | |
parent | 1a4766315e0201a67be951039c724d58a69b4d63 (diff) | |
download | pkgsrc-dee7c8100f114a8632349b72056b80c0f7321913.tar.gz |
Fix PKGNAME.
Diffstat (limited to 'lang/camlp4')
-rw-r--r-- | lang/camlp4/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/camlp4/Makefile b/lang/camlp4/Makefile index 1a30e4a4d05..aa507727c36 100644 --- a/lang/camlp4/Makefile +++ b/lang/camlp4/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.9 2015/06/30 11:53:00 jaapb Exp $ +# $NetBSD: Makefile,v 1.10 2015/07/29 10:30:51 wiz Exp $ DISTNAME= 4.02+6 -PKGNAME= camlp4-${DISTNAME} +PKGNAME= camlp4-${DISTNAME:S/+/./} PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= https://github.com/ocaml/camlp4/archive/ |