Date: Sat, 2 Feb 2019 09:44:41 +0000 (UTC) From: Tobias Kortkamp <tobik@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r491930 - in head/misc: amanda-perl-wrapper ini_file_manager nsf tkregexp Message-ID: <201902020944.x129ifAe094629@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tobik Date: Sat Feb 2 09:44:41 2019 New Revision: 491930 URL: https://svnweb.freebsd.org/changeset/ports/491930 Log: misc/*: Use NO_WRKSUBDIR Modified: head/misc/amanda-perl-wrapper/Makefile head/misc/ini_file_manager/Makefile head/misc/nsf/Makefile head/misc/tkregexp/Makefile Modified: head/misc/amanda-perl-wrapper/Makefile ============================================================================== --- head/misc/amanda-perl-wrapper/Makefile Sat Feb 2 09:43:44 2019 (r491929) +++ head/misc/amanda-perl-wrapper/Makefile Sat Feb 2 09:44:41 2019 (r491930) @@ -11,10 +11,11 @@ COMMENT= Perl wrapper to use with Amanda (with libthr. 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} Modified: head/misc/ini_file_manager/Makefile ============================================================================== --- head/misc/ini_file_manager/Makefile Sat Feb 2 09:43:44 2019 (r491929) +++ head/misc/ini_file_manager/Makefile Sat Feb 2 09:44:41 2019 (r491930) @@ -14,8 +14,10 @@ COMMENT= Ini configuration file reader and manipulator 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 Modified: head/misc/nsf/Makefile ============================================================================== --- head/misc/nsf/Makefile Sat Feb 2 09:43:44 2019 (r491929) +++ head/misc/nsf/Makefile Sat Feb 2 09:44:41 2019 (r491930) @@ -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= Modified: head/misc/tkregexp/Makefile ============================================================================== --- head/misc/tkregexp/Makefile Sat Feb 2 09:43:44 2019 (r491929) +++ head/misc/tkregexp/Makefile Sat Feb 2 09:44:41 2019 (r491930) @@ -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 +NO_WRKSUBDIR= yes PLIST_FILES= bin/tkregexp - -WRKSRC= ${WRKDIR} post-extract: ${CP} ${DISTDIR}/${DISTFILES} ${WRKDIR}
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201902020944.x129ifAe094629>