diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-12 18:52:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-02-12 18:52:02 +0000 |
commit | 17cb1b4528bb0c1595b8182454a7fa523e2dc101 (patch) | |
tree | 5e1203ce4d2df4c518675e7eafab39ff2b3e7aa6 /editors | |
parent | af9fee7b91ed816d96c0f8e4236514907361bd95 (diff) | |
download | ports-17cb1b4528bb0c1595b8182454a7fa523e2dc101.tar.gz ports-17cb1b4528bb0c1595b8182454a7fa523e2dc101.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/ssam/Makefile | 9 |
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> |