aboutsummaryrefslogtreecommitdiff
path: root/textproc/teckit
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-10 07:15:39 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-10 07:15:39 +0000
commit25a7b0420f53bef63f6e074d4a621636fe047310 (patch)
treecce8a25ec84480656c020238b1c9c4499fc3d854 /textproc/teckit
parentce7038d597209606aa1e687b55d77ada5e8fa5e1 (diff)
downloadports-25a7b0420f53bef63f6e074d4a621636fe047310.tar.gz
ports-25a7b0420f53bef63f6e074d4a621636fe047310.zip
- Stage support
Notes
Notes: svn path=/head/; revision=343592
Diffstat (limited to 'textproc/teckit')
-rw-r--r--textproc/teckit/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/textproc/teckit/Makefile b/textproc/teckit/Makefile
index b04a5c21058d..f3481791e47c 100644
--- a/textproc/teckit/Makefile
+++ b/textproc/teckit/Makefile
@@ -20,14 +20,11 @@ LDFLAGS+= -L${LOCALBASE}/lib
DOCS= AUTHORS README NEWS docs/*.pdf license/LICENSING.txt
-NO_STAGE= yes
post-patch:
${CHMOD} ${BINMODE} ${WRKSRC}/configure ${WRKSRC}/install-sh
post-install:
-.if !defined(NOPORTDOCS)
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
-.endif
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${DOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>