diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:44:41 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2019-02-02 09:44:41 +0000 |
commit | bef4de8dad3cdd6c15ae328877ea08cbf21202b8 (patch) | |
tree | fcf3fdeff61d7236df3e10c643980deed36affe3 /misc/nsf/Makefile | |
parent | 9055ce1415181ecd4240104ba73122605e60eb20 (diff) | |
download | ports-bef4de8dad3cdd6c15ae328877ea08cbf21202b8.tar.gz ports-bef4de8dad3cdd6c15ae328877ea08cbf21202b8.zip |
misc/*: Use NO_WRKSUBDIR
Notes
Notes:
svn path=/head/; revision=491930
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 5b5601ebb22d..d01429b98518 100644 --- a/misc/nsf/Makefile +++ b/misc/nsf/Makefile @@ -10,8 +10,9 @@ MAINTAINER= ports@FreeBSD.org COMMENT= NAKAMURA's Shell Form input USES= ncurses -WRKSRC= ${WRKDIR} + MAKE_ARGS= LIBS="${LDFLAGS} -lncurses" +NO_WRKSUBDIR= yes PLIST_FILES= bin/nsf man/man1/nsf.1.gz ALL_TARGET= |