diff options
author | John Marino <marino@FreeBSD.org> | 2014-07-28 15:28:15 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2014-07-28 15:28:15 +0000 |
commit | 59070b723cfe2d66d3ec44b75f09cf8729f23877 (patch) | |
tree | abf45d2f7b2785c95d0133c5da374a57fd6090a7 /vietnamese/libviet | |
parent | Update GeoIP to 1.6.0. (diff) |
vietnamese/libviet: respect CC/CFLAGS
PR: 163226
Submitted by: Jan Beich
Approved by: maintainer timeout (~3 years)
Notes
Notes:
svn path=/head/; revision=363179
Diffstat (limited to 'vietnamese/libviet')
-rw-r--r-- | vietnamese/libviet/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/vietnamese/libviet/Makefile b/vietnamese/libviet/Makefile index 86718863b9b1..c089974d36e0 100644 --- a/vietnamese/libviet/Makefile +++ b/vietnamese/libviet/Makefile @@ -16,6 +16,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/lib OPTIONS_DEFINE= DOCS +#MAKE_ARGS= ${MAKE_ENV:S/CFLAGS/FLAGS/} + do-install: ${INSTALL_DATA} ${WRKSRC}/libvntype.a ${WRKSRC}/libviqr.a \ ${STAGEDIR}${PREFIX}/lib |