summaryrefslogtreecommitdiff
path: root/lang/ccscript/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r--lang/ccscript/Makefile7
1 files changed, 4 insertions, 3 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile
index 8799cf174659..c98d6e1d4765 100644
--- a/lang/ccscript/Makefile
+++ b/lang/ccscript/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= ccscript
-PORTVERSION= 2.4.3
+PORTVERSION= 2.5.6
CATEGORIES= lang
MASTER_SITES= ${MASTER_SITE_GNU}
MASTER_SITE_SUBDIR= ccscript
@@ -19,15 +19,16 @@ LIB_DEPENDS= ccgnu2-1.0.0:${PORTSDIR}/devel/commoncpp
USE_GMAKE= yes
USE_LIBTOOL= yes
USE_AUTOCONF= yes
+WANT_AUTOCONF_VER= 257
INSTALLS_SHLIB= yes
-CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
+CONFIGURE_TARGET=
MAN3= ScriptCommand.3cc ScriptImage.3cc ScriptInterp.3cc \
ScriptModule.3cc ScriptSymbol.3cc Script_Locks.3cc \
Script_Package.3cc Script_Property.3cc Script_Session.3cc
post-install:
- (cd ${WRKSRC} ; make man)
+ (cd ${WRKSRC} ; ${MAKE} man)
.include <bsd.port.mk>