aboutsummaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorehaupt <ehaupt@FreeBSD.org>2014-02-21 20:58:09 +0800
committerehaupt <ehaupt@FreeBSD.org>2014-02-21 20:58:09 +0800
commitb587e37f26669f1aae174680b28836ecdf33303a (patch)
tree5166356583765044f480b1b612b7bcff0e872bfe /misc
parentd09594a69c5e416b35de837a724e2e261edfdb80 (diff)
downloadfreebsd-ports-gnome-b587e37f26669f1aae174680b28836ecdf33303a.tar.gz
freebsd-ports-gnome-b587e37f26669f1aae174680b28836ecdf33303a.tar.zst
freebsd-ports-gnome-b587e37f26669f1aae174680b28836ecdf33303a.zip
Support staging
Diffstat (limited to 'misc')
-rw-r--r--misc/nsf/Makefile12
1 files changed, 4 insertions, 8 deletions
diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile
index 3dcbfac492ec..0b7130a263d2 100644
--- a/misc/nsf/Makefile
+++ b/misc/nsf/Makefile
@@ -4,22 +4,18 @@
PORTNAME= nsf
PORTVERSION= 1.0
CATEGORIES= misc
-MASTER_SITES= ${MASTER_SITE_LOCAL}
+MASTER_SITES= LOCAL
MASTER_SITE_SUBDIR= will
MAINTAINER= ports@FreeBSD.org
COMMENT= NAKAMURA's Shell Form input
WRKSRC= ${WRKDIR}
-MAN1= nsf.1
-MANCOMPRESSED= yes
-PLIST_FILES= bin/nsf
+PLIST_FILES= bin/nsf man/man1/nsf.1.gz
ALL_TARGET=
-NO_STAGE= yes
do-install:
- ${INSTALL_PROGRAM} ${WRKDIR}/nsf ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/
- ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1}
+ ${INSTALL_PROGRAM} ${WRKDIR}/nsf ${STAGEDIR}${PREFIX}/bin
+ ${INSTALL_MAN} ${WRKDIR}/nsf.1 ${STAGEDIR}${PREFIX}/man/man1
.include <bsd.port.mk>