diff options
author | mat <mat@FreeBSD.org> | 2014-01-21 04:51:02 +0800 |
---|---|---|
committer | mat <mat@FreeBSD.org> | 2014-01-21 04:51:02 +0800 |
commit | 603ad1b3d4d5340d192a62d60a553a1ef392b3ec (patch) | |
tree | dc92f5d3e1e770ff62eeef13035832d0406fe305 /textproc/tnef2txt | |
parent | 08801d12eafd3a0cd2a164f320b961debb87c89f (diff) | |
download | freebsd-ports-gnome-603ad1b3d4d5340d192a62d60a553a1ef392b3ec.tar.gz freebsd-ports-gnome-603ad1b3d4d5340d192a62d60a553a1ef392b3ec.tar.zst freebsd-ports-gnome-603ad1b3d4d5340d192a62d60a553a1ef392b3ec.zip |
Convert to staging.
Sponsored by: Absolight
Diffstat (limited to 'textproc/tnef2txt')
-rw-r--r-- | textproc/tnef2txt/Makefile | 11 |
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> |