aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-27 09:01:18 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-08-27 09:01:18 +0000
commit1d75e65b8424abc87da1d2f0cd33351d17b168ee (patch)
treecd15c0c74a5175ff69277ec2d6fcadcddb1569a6 /sysutils
parent037927aeb01c43df6ed1b7ff26e00bc542c51bde (diff)
downloadports-1d75e65b8424abc87da1d2f0cd33351d17b168ee.tar.gz
ports-1d75e65b8424abc87da1d2f0cd33351d17b168ee.zip
- Remove unneeded flags
- Switch to options helpers
Notes
Notes: svn path=/head/; revision=420962
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/ftwin/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ftwin/Makefile b/sysutils/ftwin/Makefile
index 8e551f1de8ca..cfa5f21a422a 100644
--- a/sysutils/ftwin/Makefile
+++ b/sysutils/ftwin/Makefile
@@ -20,9 +20,6 @@ LIB_DEPENDS= libapr-1.so:devel/apr1 \
USES= autoreconf libarchive tar:bzip2
GNU_CONFIGURE= yes
-CPPFLAGS+= -I${LOCALBASE}/include
-LDFLAGS+= -L${LOCALBASE}/lib
-
PORTDOCS= AUTHORS EXAMPLES TODO CHANGES KNOWN_BUGS VERSION README
PLIST_FILES= bin/ftwin man/man8/ftwin.8.gz
@@ -33,10 +30,8 @@ post-patch:
's|-Werror -g -ggdb|| ; \
s|-O0||' ${WRKSRC}/Makefile.am
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
-.for i in ${PORTDOCS}
- (cd ${WRKSRC} && ${INSTALL_DATA} ${i} ${STAGEDIR}${DOCSDIR})
-.endfor
+ cd ${WRKSRC} && ${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>