diff options
author | sno <sno@pkgsrc.org> | 2013-09-13 10:52:37 +0000 |
---|---|---|
committer | sno <sno@pkgsrc.org> | 2013-09-13 10:52:37 +0000 |
commit | d6d376415fd3fed566dd0f1b46c6637e323cee3d (patch) | |
tree | 0e7fc488cae450500a8ed6ba0c0321b6edb51967 /lang/parrot/Makefile | |
parent | 712d50cb6dcc09fcc493a53af7efa6296458d6b4 (diff) | |
download | pkgsrc-d6d376415fd3fed566dd0f1b46c6637e323cee3d.tar.gz |
Fix PLIST on non-darwin (forgot to test whether "make install" works >:-()
Bumping revision
Diffstat (limited to 'lang/parrot/Makefile')
-rw-r--r-- | lang/parrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lang/parrot/Makefile b/lang/parrot/Makefile index a5bbcd8901a..c9b7184982b 100644 --- a/lang/parrot/Makefile +++ b/lang/parrot/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.73 2013/09/13 10:40:59 sno Exp $ +# $NetBSD: Makefile,v 1.74 2013/09/13 10:52:37 sno Exp $ # DISTNAME= parrot-${PARROT_VERSION} +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= ftp://ftp.parrot.org/pub/parrot/releases/${PARROT_RTYPE}/${PARROT_VERSION}/ |