diff options
author | leot <leot@pkgsrc.org> | 2015-08-15 17:51:43 +0000 |
---|---|---|
committer | leot <leot@pkgsrc.org> | 2015-08-15 17:51:43 +0000 |
commit | d53fc4542566dc2a74ffd8b09b8bc9762dbdbe87 (patch) | |
tree | 7a8d5ed67d525fc2c74f4cf6913c06dfce82d8c8 /lang/chicken | |
parent | f968cedf57508bd4e79f81f33e4f46d065cde24b (diff) | |
download | pkgsrc-d53fc4542566dc2a74ffd8b09b8bc9762dbdbe87.tar.gz |
Update OWN_DIRS to reflect current eggs directory location and bump PKGREVISION.
ok asau@
Diffstat (limited to 'lang/chicken')
-rw-r--r-- | lang/chicken/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index fead16bd932..029e9b067bf 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.53 2015/08/05 20:41:14 asau Exp $ +# $NetBSD: Makefile,v 1.54 2015/08/15 17:51:43 leot Exp $ DISTNAME= chicken-4.10.0 +PKGREVISION= 1 CATEGORIES= lang MASTER_SITES= http://code.call-cc.org/releases/$(PKGVERSION_NOREV)/ \ http://code.call-cc.org/releases/$(PKGVERSION_NOREV:R)/ @@ -17,7 +18,7 @@ USE_TOOLS+= gmake UNLIMIT_RESOURCES= datasize INSTALLATION_DIRS= share/chicken -OWN_DIRS= ${PREFIX}/lib/chicken ${PREFIX}/lib/chicken/6 +OWN_DIRS= ${PREFIX}/lib/chicken ${PREFIX}/lib/chicken/7 BUILD_TARGET= all |