aboutsummaryrefslogtreecommitdiff
path: root/textproc/smu
diff options
context:
space:
mode:
authorEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 17:21:15 +0000
committerEmanuel Haupt <ehaupt@FreeBSD.org>2014-02-25 17:21:15 +0000
commita9be3d6fcf69c4b8babe01855a0d81a6ba0a0bb6 (patch)
tree41f01aaff9f9485569aef5612221dea9d4746253 /textproc/smu
parent72f15076fb6d3de7e12a068eea98798222dbb7b4 (diff)
downloadports-a9be3d6fcf69c4b8babe01855a0d81a6ba0a0bb6.tar.gz
ports-a9be3d6fcf69c4b8babe01855a0d81a6ba0a0bb6.zip
Support staging
Notes
Notes: svn path=/head/; revision=346050
Diffstat (limited to 'textproc/smu')
-rw-r--r--textproc/smu/Makefile8
1 files changed, 3 insertions, 5 deletions
diff --git a/textproc/smu/Makefile b/textproc/smu/Makefile
index a198c9ce9594..67dc2404caa2 100644
--- a/textproc/smu/Makefile
+++ b/textproc/smu/Makefile
@@ -13,15 +13,13 @@ COMMENT= A simple interpreter for a simplified markdown dialect
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE
-MAN1= smu.1
-PLIST_FILES= bin/smu
+PLIST_FILES= bin/smu man/man1/smu.1.gz
-NO_STAGE= yes
post-patch:
@${REINPLACE_CMD} -e 's|cc|${CC}|g' ${WRKSRC}/config.mk
do-install:
- @${INSTALL_PROGRAM} ${WRKSRC}/smu ${PREFIX}/bin
- @${INSTALL_MAN} ${WRKSRC}/smu.1 ${MAN1PREFIX}/man/man1
+ ${INSTALL_PROGRAM} ${WRKSRC}/smu ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/smu.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>