diff options
author | Sergei Kolobov <sergei@FreeBSD.org> | 2005-01-21 18:04:20 +0000 |
---|---|---|
committer | Sergei Kolobov <sergei@FreeBSD.org> | 2005-01-21 18:04:20 +0000 |
commit | e380e639278460cfdf05dcfd269b56503a31190d (patch) | |
tree | 77ac1a924e1a04726ffb4c7ffa15eb38bb3f72cc /devel/c2lib/Makefile | |
parent | d7ae16f39e007a57ce2e2fdd0e518b16172967c8 (diff) | |
download | ports-e380e639278460cfdf05dcfd269b56503a31190d.tar.gz ports-e380e639278460cfdf05dcfd269b56503a31190d.zip |
Notes
Diffstat (limited to 'devel/c2lib/Makefile')
-rw-r--r-- | devel/c2lib/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/devel/c2lib/Makefile b/devel/c2lib/Makefile index a144a06a5fb0..3879e4ce2a3a 100644 --- a/devel/c2lib/Makefile +++ b/devel/c2lib/Makefile @@ -7,9 +7,9 @@ PORTNAME= c2lib PORTVERSION= 1.4.2 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= devel -MASTER_SITES= http://www.annexia.org/freeware/${PORTNAME}/ +MASTER_SITES= http://www.annexia.org/_file/ MAINTAINER= sergei@FreeBSD.org COMMENT= Library of basic structures and memory allocators for C @@ -22,6 +22,9 @@ INSTALLS_SHLIB= yes HAS_CONFIGURE= yes CONFIGURE_ARGS= --prefix=${PREFIX} PLIST_SUB= VERSION=${PORTVERSION} +CONFIGURE_ENV= MAKEPLUS_HOME=${MAKEPLUS_HOME} +MAKE_ENV= MAKEPLUS_HOME=${MAKEPLUS_HOME} +MAKEPLUS_HOME= ${LOCALBASE}/share/makeplus .include "${.CURDIR}/files/manpages.mk" |