diff options
author | bapt <bapt@FreeBSD.org> | 2013-08-01 14:43:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-08-01 14:43:44 +0800 |
commit | f29b5943a6ce001877c5a776b89feac5012fee97 (patch) | |
tree | 39efc442e60d2208b42583d2df5af4a3b22913a8 /devel | |
parent | a6aa4b80177757b2f995c27ce606f364ff81090d (diff) | |
download | freebsd-ports-gnome-f29b5943a6ce001877c5a776b89feac5012fee97.tar.gz freebsd-ports-gnome-f29b5943a6ce001877c5a776b89feac5012fee97.tar.zst freebsd-ports-gnome-f29b5943a6ce001877c5a776b89feac5012fee97.zip |
Fix without gcc, cleanup a bit
Diffstat (limited to 'devel')
-rw-r--r-- | devel/iniparser/Makefile | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/devel/iniparser/Makefile b/devel/iniparser/Makefile index 75bfc76c62a4..26009e4ea7fa 100644 --- a/devel/iniparser/Makefile +++ b/devel/iniparser/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: iniparser -# Date created: 01 July 2011 -# Whom: Kevin Lo <kevlo@FreeBSD.org> -# +# Created by: Kevin Lo <kevlo@FreeBSD.org> # $FreeBSD$ -# PORTNAME= iniparser PORTVERSION= 3.1 @@ -17,14 +13,13 @@ LICENSE= MIT LICENSE_FILE= ${WRKSRC}/LICENSE USE_LDCONFIG= yes +MAKE_ARGS= CC=${CC} +ALL_TARGET= WRKSRC= ${WRKDIR}/${PORTNAME} PLIST_FILES= include/dictionary.h include/iniparser.h lib/libiniparser.a \ lib/libiniparser.so lib/libiniparser.so.0 -do-build: - cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} - do-install: ${INSTALL_DATA} ${WRKSRC}/src/dictionary.h ${PREFIX}/include ${INSTALL_DATA} ${WRKSRC}/src/iniparser.h ${PREFIX}/include |