From bef4de8dad3cdd6c15ae328877ea08cbf21202b8 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Sat, 2 Feb 2019 09:44:41 +0000 Subject: [PATCH] misc/*: Use NO_WRKSUBDIR --- misc/amanda-perl-wrapper/Makefile | 3 ++- misc/ini_file_manager/Makefile | 4 +++- misc/nsf/Makefile | 3 ++- misc/tkregexp/Makefile | 8 ++++---- 4 files changed, 11 insertions(+), 7 deletions(-) diff --git a/misc/amanda-perl-wrapper/Makefile b/misc/amanda-perl-wrapper/Makefile index 3f700ffaeacf..4027e1e107a3 100644 --- a/misc/amanda-perl-wrapper/Makefile +++ b/misc/amanda-perl-wrapper/Makefile @@ -11,10 +11,11 @@ COMMENT= Perl wrapper to use with Amanda (with libthr.so.* linked) USES= perl5 USE_PERL5= run + +NO_WRKSUBDIR= yes SUB_FILES= perl-amanda.c SUB_LIST= PREFIX=${LOCALBASE} PLIST_FILES= bin/perl-amanda -WRKSRC= ${WRKDIR} do-fetch: @${DO_NADA} diff --git a/misc/ini_file_manager/Makefile b/misc/ini_file_manager/Makefile index 478232fd776b..aa028da7745a 100644 --- a/misc/ini_file_manager/Makefile +++ b/misc/ini_file_manager/Makefile @@ -14,8 +14,10 @@ COMMENT= Ini configuration file reader and manipulator package for Ada LICENSE= MIT USES= ada zip dos2unix + +NO_WRKSUBDIR= yes + SFPATH= ini-files/files/ini-files/ini-files-${PORTVERSION} -WRKSRC= ${WRKDIR} PORTDOCS= ini_file_manager.txt PORTEXAMPLES= example.gpr test_config.adb runme.sh 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= diff --git a/misc/tkregexp/Makefile b/misc/tkregexp/Makefile index 1ff0e5075dd6..8f72daddbc54 100644 --- a/misc/tkregexp/Makefile +++ b/misc/tkregexp/Makefile @@ -12,12 +12,12 @@ EXTRACT_ONLY= MAINTAINER= tcltk@FreeBSD.org COMMENT= Interactive regexp design tool -USES+= dos2unix tk +USES= dos2unix tk DOS2UNIX_FILES= visual_regexp-${PORTVERSION}.tcl -NO_BUILD= yes -PLIST_FILES= bin/tkregexp -WRKSRC= ${WRKDIR} +NO_BUILD= yes +NO_WRKSUBDIR= yes +PLIST_FILES= bin/tkregexp post-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}