From e0096e3970e7c6396822f9942d55ae1be74d3d8b Mon Sep 17 00:00:00 2001 From: kris Date: Sun, 16 Oct 2005 05:12:46 +0000 Subject: Respect CC, CFLAGS and PREFIX --- misc/nsf/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'misc/nsf/Makefile') diff --git a/misc/nsf/Makefile b/misc/nsf/Makefile index 992f43251618..15b4be199103 100644 --- a/misc/nsf/Makefile +++ b/misc/nsf/Makefile @@ -20,7 +20,8 @@ MANCOMPRESSED= yes PLIST_FILES= bin/nsf ALL_TARGET= -post-install: +do-install: + ${INSTALL_PROGRAM} ${WRKDIR}/nsf ${PREFIX}/bin ${INSTALL_MAN} ${WRKDIR}/${MAN1} ${PREFIX}/man/man1/ ${GZIP_CMD} ${PREFIX}/man/man1/${MAN1} -- cgit