aboutsummaryrefslogtreecommitdiff
path: root/textproc/libexttextcat
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:04:52 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-10-04 14:04:52 +0000
commitfbb240d356d402cf298cc9eb42e31c415487a217 (patch)
treee47ba86890cdeef3be816513e803e12fb210bee9 /textproc/libexttextcat
parent9a93b78ef28cc6c05a1eaef20fc443520367b917 (diff)
downloadports-fbb240d356d402cf298cc9eb42e31c415487a217.tar.gz
ports-fbb240d356d402cf298cc9eb42e31c415487a217.zip
Stagify
Cleanup
Notes
Notes: svn path=/head/; revision=329308
Diffstat (limited to 'textproc/libexttextcat')
-rw-r--r--textproc/libexttextcat/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/textproc/libexttextcat/Makefile b/textproc/libexttextcat/Makefile
index 00976b3695e0..5be28d572c29 100644
--- a/textproc/libexttextcat/Makefile
+++ b/textproc/libexttextcat/Makefile
@@ -15,21 +15,15 @@ USE_LDCONFIG= yes
USE_XZ= yes
USES= gmake pathfix
+MAKE_ARGS= EXEEXT=x
+
PORTDOCS= README README.libtextcat TODO
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
-PLIST_SUB+= EXEEXT='x'
-MAKE_ARGS= EXEEXT=x
-
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
check:
cd ${WRKSRC}/src && make check