diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:46:09 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-11-07 11:46:09 +0000 |
commit | 8ed6dd60859fc88d9246852370f2bcb92ec28aa8 (patch) | |
tree | 5ab84e52b32e358b8b3de63df0456c2e51468cb8 /www/cgicc/Makefile | |
parent | 7329bb0e3a818dadfd347282d6949a3ecd1b90f4 (diff) |
- Do not install useless .la file
- Utilize NOPORTDOCS
PR: 44981
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=69653
Diffstat (limited to 'www/cgicc/Makefile')
-rw-r--r-- | www/cgicc/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/cgicc/Makefile b/www/cgicc/Makefile index fc46f0a41ab3..75ea0516989d 100644 --- a/www/cgicc/Makefile +++ b/www/cgicc/Makefile @@ -8,7 +8,7 @@ PORTNAME= cgicc PORTVERSION= 3.2.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= www devel MASTER_SITES= ${MASTER_SITE_GNU} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -16,8 +16,9 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org USE_GMAKE= yes -GNU_CONFIGURE= yes -CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} +USE_LIBTOOL= yes +CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} +MAKE_ARGS= NOPORTDOCS=${NOPORTDOCS} INSTALLS_SHLIB= yes .include <bsd.port.mk> |