summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2014-02-12 18:52:02 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2014-02-12 18:52:02 +0000
commit17cb1b4528bb0c1595b8182454a7fa523e2dc101 (patch)
tree5e1203ce4d2df4c518675e7eafab39ff2b3e7aa6
parentDo not strip libutf.a, this should unbreak editors/ssam (diff)
Stage support
-rw-r--r--editors/ssam/Makefile9
1 files changed, 3 insertions, 6 deletions
diff --git a/editors/ssam/Makefile b/editors/ssam/Makefile
index 1270d7043e8b..a80366d762ea 100644
--- a/editors/ssam/Makefile
+++ b/editors/ssam/Makefile
@@ -14,13 +14,10 @@ BUILD_DEPENDS= ${LOCALBASE}/include/ure.h:${PORTSDIR}/misc/libutf
GNU_CONFIGURE= YES
ALL_TARGET= ssam
-PLIST_FILES= bin/ssam
+PLIST_FILES= bin/ssam man/man1/ssam.1.gz
-MAN1= ssam.1
-
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${MANPREFIX}/man/man1/
+ ${INSTALL_PROGRAM} ${WRKSRC}/ssam ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKSRC}/ssam.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>