diff options
author | kris <kris@FreeBSD.org> | 2005-10-16 13:12:46 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2005-10-16 13:12:46 +0800 |
commit | e0096e3970e7c6396822f9942d55ae1be74d3d8b (patch) | |
tree | 575cb76a62b5124d165d59591d1a86ced890f3d4 /misc/nsf/Makefile | |
parent | 53b5eec0d0e7c279f8d5fa1c6dffc4375f3dfce8 (diff) | |
download | freebsd-ports-gnome-e0096e3970e7c6396822f9942d55ae1be74d3d8b.tar.gz freebsd-ports-gnome-e0096e3970e7c6396822f9942d55ae1be74d3d8b.tar.zst freebsd-ports-gnome-e0096e3970e7c6396822f9942d55ae1be74d3d8b.zip |
Respect CC, CFLAGS and PREFIX
Diffstat (limited to 'misc/nsf/Makefile')
-rw-r--r-- | misc/nsf/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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} |