From 57fa3a3bdb1f632e2143213f82ca50316da10c61 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Fri, 8 Jan 2016 13:59:25 +0000 Subject: - Switch to options helpers --- net/icpld/Makefile | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) (limited to 'net') diff --git a/net/icpld/Makefile b/net/icpld/Makefile index 2aab6433ad0..6c11097fa13 100644 --- a/net/icpld/Makefile +++ b/net/icpld/Makefile @@ -11,7 +11,7 @@ MASTER_SITES= http://www.ibiblio.org/icpld/download/ \ MAINTAINER= ports@FreeBSD.org COMMENT= Internet connection performance logging daemon -USES= tar:bzip2 +USES= tar:bzip2 GNU_CONFIGURE= yes PORTDOCS= README @@ -20,13 +20,7 @@ PLIST_FILES= bin/icpld etc/icpld.conf.sample etc/rc.d/icpld.sh.sample \ OPTIONS_DEFINE= IPV6 DOCS -.include - -.if ${PORT_OPTIONS:MIPV6} -CONFIGURE_ARGS+= --enable-ipv6 -.else -CONFIGURE_ARGS+= --disable-ipv6 -.endif +IPV6_CONFIGURE_ENABLE= ipv6 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${STAGEDIR}${PREFIX}/bin @@ -36,12 +30,8 @@ do-install: @${ECHO_MSG} '===> Installing ${STAGEDIR}${PREFIX}/etc/rc.d/icpld.sh.sample' ${INSTALL_SCRIPT} ${WRKSRC}/contrib/icpld.sh.sample ${STAGEDIR}${PREFIX}/etc/rc.d -post-install: -.if ${PORT_OPTIONS:MDOCS} +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} -.for i in README - ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} -.endfor -.endif + ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR} .include -- cgit );'> FreeBSD graphics obsolete development ports (https://github.com/freebsd/freebsd-ports-graphics)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* . Install some documentation.glewis2005-03-181-0/+2