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 | 69e7fe99369337f3dbe762dccfa8a06f58bc6cbd (patch) | |
tree | 9e07aa18953fa28abe59f8236ab33d3bf925cf68 /lang | |
parent | 11a48b991e657e36835c628bf7476983369e10c8 (diff) | |
download | pkgsrc-69e7fe99369337f3dbe762dccfa8a06f58bc6cbd.tar.gz |
Fix PKGNAME.
Diffstat (limited to 'lang')
-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/ |