aboutsummaryrefslogtreecommitdiffstats
path: root/textproc
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-10-04 22:04:52 +0800
committerbapt <bapt@FreeBSD.org>2013-10-04 22:04:52 +0800
commit006aa053ff4bd5471f288f08a29f658d4f50df42 (patch)
treee47ba86890cdeef3be816513e803e12fb210bee9 /textproc
parentd4353d47425aa3467b52f88032b4a9980236cd15 (diff)
downloadfreebsd-ports-gnome-006aa053ff4bd5471f288f08a29f658d4f50df42.tar.gz
freebsd-ports-gnome-006aa053ff4bd5471f288f08a29f658d4f50df42.tar.zst
freebsd-ports-gnome-006aa053ff4bd5471f288f08a29f658d4f50df42.zip
Stagify
Cleanup
Diffstat (limited to 'textproc')
-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