aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits/Xaw3d
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2014-02-10 06:19:55 +0000
committerMartin Wilke <miwi@FreeBSD.org>2014-02-10 06:19:55 +0000
commit884d7e8a2d3c98d657b74a92d067cced6172aa54 (patch)
tree1ff5b02cf16185e1c136eb8cbaa3c9efd2986c71 /x11-toolkits/Xaw3d
parent793c3f73fd202cc6562b7aa7f84e63a71d0b6813 (diff)
downloadports-884d7e8a2d3c98d657b74a92d067cced6172aa54.tar.gz
ports-884d7e8a2d3c98d657b74a92d067cced6172aa54.zip
Notes
Diffstat (limited to 'x11-toolkits/Xaw3d')
-rw-r--r--x11-toolkits/Xaw3d/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11-toolkits/Xaw3d/Makefile b/x11-toolkits/Xaw3d/Makefile
index c6e7e008053a..00aa05be7d6b 100644
--- a/x11-toolkits/Xaw3d/Makefile
+++ b/x11-toolkits/Xaw3d/Makefile
@@ -23,7 +23,6 @@ SUB_FILES= pkg-message
XAWVER= 8
SUB_LIST= XAWVER="${XAWVER}"
-NO_STAGE= yes
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MNLS}
@@ -43,10 +42,7 @@ post-extract:
.endif
post-install:
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${DOCSDIR}/
-.endif
- @${CAT} ${PKGMESSAGE}
+ ${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README.XAW3D ${STAGEDIR}${DOCSDIR}/
.include <bsd.port.mk>