aboutsummaryrefslogtreecommitdiff
path: root/graphics/fig2sxd
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:17:10 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2013-10-25 14:17:10 +0000
commitff6f962ef0273052714ef80fc8aca9443a9362da (patch)
tree5fe4dbd877bfaac64e8eb36833d1610204d98c9b /graphics/fig2sxd
parented0fdb020abee50e793ab0f8b866414af56acb67 (diff)
downloadports-ff6f962ef0273052714ef80fc8aca9443a9362da.tar.gz
ports-ff6f962ef0273052714ef80fc8aca9443a9362da.zip
Notes
Diffstat (limited to 'graphics/fig2sxd')
-rw-r--r--graphics/fig2sxd/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/graphics/fig2sxd/Makefile b/graphics/fig2sxd/Makefile
index 376a3eb5a246..47073b3795d6 100644
--- a/graphics/fig2sxd/Makefile
+++ b/graphics/fig2sxd/Makefile
@@ -14,17 +14,15 @@ USES= gmake
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
-MAN1= fig2sxd.1
-PLIST_FILES= bin/fig2sxd
+PLIST_FILES= bin/fig2sxd man/man1/fig2sxd.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e \
'/^CXX/d; s|^\(all:\).*|\1 $$(TARGET1) fig2sxd.1|' \
${WRKSRC}/${MAKEFILE}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${MANPREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>