aboutsummaryrefslogtreecommitdiff
path: root/textproc/tnef2txt
diff options
context:
space:
mode:
authorMathieu Arnold <mat@FreeBSD.org>2014-01-20 20:51:02 +0000
committerMathieu Arnold <mat@FreeBSD.org>2014-01-20 20:51:02 +0000
commit7e737df357cd5c82a4d1caf30b61c3afb980e456 (patch)
treedc92f5d3e1e770ff62eeef13035832d0406fe305 /textproc/tnef2txt
parenta9b42cab5563dd93369c15ab184bfdb0f7d04cbd (diff)
downloadports-7e737df357cd5c82a4d1caf30b61c3afb980e456.tar.gz
ports-7e737df357cd5c82a4d1caf30b61c3afb980e456.zip
Notes
Diffstat (limited to 'textproc/tnef2txt')
-rw-r--r--textproc/tnef2txt/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/textproc/tnef2txt/Makefile b/textproc/tnef2txt/Makefile
index a38727d12cef..ce4ab28f240c 100644
--- a/textproc/tnef2txt/Makefile
+++ b/textproc/tnef2txt/Makefile
@@ -15,16 +15,11 @@ MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
PLIST_FILES= bin/tnef2txt
PORTDOCS= README
-NO_STAGE= yes
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${PREFIX}/bin
+ ${INSTALL_PROGRAM} ${WRKSRC}/tnef2txt ${STAGEDIR}${PREFIX}/bin
post-install:
-.if !defined(NOPORTDOCS)
- @${ECHO} "===> Installing README in ${PREFIX}/share/doc/tnef2txt"
- @${MKDIR} ${PREFIX}/share/doc/tnef2txt && \
- ${CHMOD} a+rx ${PREFIX}/share/doc/tnef2txt
- @${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/tnef2txt
-.endif
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>