diff options
author | bapt <bapt@FreeBSD.org> | 2013-10-04 22:04:52 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-10-04 22:04:52 +0800 |
commit | 006aa053ff4bd5471f288f08a29f658d4f50df42 (patch) | |
tree | e47ba86890cdeef3be816513e803e12fb210bee9 /textproc | |
parent | d4353d47425aa3467b52f88032b4a9980236cd15 (diff) | |
download | freebsd-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/Makefile | 14 |
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 |