aboutsummaryrefslogtreecommitdiff
path: root/graphics
diff options
context:
space:
mode:
authorPawel Pekala <pawel@FreeBSD.org>2014-04-28 16:20:23 +0000
committerPawel Pekala <pawel@FreeBSD.org>2014-04-28 16:20:23 +0000
commitf53fd9404e597dcb5f8738d0658a039272a7d233 (patch)
treea7775007104ed9bbec39285666bf5d2e68d5d949 /graphics
parent527fbcedf0451b7af25c196aa8c0106108332065 (diff)
downloadports-f53fd9404e597dcb5f8738d0658a039272a7d233.tar.gz
ports-f53fd9404e597dcb5f8738d0658a039272a7d233.zip
Notes
Diffstat (limited to 'graphics')
-rw-r--r--graphics/pstoepsi/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/graphics/pstoepsi/Makefile b/graphics/pstoepsi/Makefile
index fa5416acbfd7..6ddbcfc41ef2 100644
--- a/graphics/pstoepsi/Makefile
+++ b/graphics/pstoepsi/Makefile
@@ -18,9 +18,6 @@ RUN_DEPENDS= pbmtoepsi:${PORTSDIR}/graphics/netpbm
USE_GHOSTSCRIPT_RUN= yes
NO_WRKSUBDIR= yes
-NO_STAGE= yes
-.SILENT:
-
pre-patch:
${CP} ${DISTDIR}/${DIST_SUBDIR}/pstoepsi ${WRKDIR}/pstoepsi.prefix
${CP} ${DISTDIR}/${DIST_SUBDIR}/README.this-site ${WRKDIR}
@@ -31,9 +28,8 @@ do-build:
${GZIP_CMD} ${WRKDIR}/README.this-site
do-install:
- ${INSTALL_SCRIPT} ${WRKDIR}/pstoepsi ${PREFIX}/bin
- ${MKDIR} ${PREFIX}/share/doc/pstoepsi
- ${INSTALL_DATA} ${WRKDIR}/README.this-site.gz \
- ${PREFIX}/share/doc/pstoepsi
+ ${INSTALL_SCRIPT} ${WRKDIR}/pstoepsi ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKDIR}/README.this-site.gz ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>