diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 15:17:46 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 15:17:46 +0000 |
commit | 9e612373a5eeb5675c57d59fcf911fc4102beb4c (patch) | |
tree | 89ebbc81e9c9ca1bdc21538deb31f6a4956dfe01 | |
parent | 663bf43fa6b521c61485e0106f4dee8bbc712bde (diff) | |
download | ports-9e612373a5eeb5675c57d59fcf911fc4102beb4c.tar.gz ports-9e612373a5eeb5675c57d59fcf911fc4102beb4c.zip |
Notes
-rw-r--r-- | emulators/wine-devel/Makefile | 1 | ||||
-rw-r--r-- | emulators/wine/Makefile | 1 | ||||
-rw-r--r-- | games/banihstypos/Makefile | 1 | ||||
-rw-r--r-- | games/xjumpx/Makefile | 1 | ||||
-rw-r--r-- | irc/dircproxy/Makefile | 1 | ||||
-rw-r--r-- | irc/rbot/Makefile | 1 | ||||
-rw-r--r-- | sysutils/munin-master/Makefile | 2 | ||||
-rw-r--r-- | sysutils/munin-node/Makefile | 1 |
8 files changed, 0 insertions, 9 deletions
diff --git a/emulators/wine-devel/Makefile b/emulators/wine-devel/Makefile index a9f1d1b5cce3..15c667cf9351 100644 --- a/emulators/wine-devel/Makefile +++ b/emulators/wine-devel/Makefile @@ -53,7 +53,6 @@ SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ tools/winedump/function_grep.pl SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf diff --git a/emulators/wine/Makefile b/emulators/wine/Makefile index a5266a53fa88..84136ea8eaa8 100644 --- a/emulators/wine/Makefile +++ b/emulators/wine/Makefile @@ -49,7 +49,6 @@ SHEBANG_FILES= tools/make_requests tools/winemaker/winemaker \ tools/winedump/function_grep.pl SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message PORTDATA= l_intl.nls wine.inf diff --git a/games/banihstypos/Makefile b/games/banihstypos/Makefile index 32463afad46b..f66c11c51f84 100644 --- a/games/banihstypos/Makefile +++ b/games/banihstypos/Makefile @@ -12,7 +12,6 @@ COMMENT= Banihstypos is a simple game to teach you typing, FAST USES= ncurses MAKE_ARGS= LDFLAGS="${LDFLAGS} -lncurses" -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message SUB_LIST= PORTNAME=${PORTNAME} diff --git a/games/xjumpx/Makefile b/games/xjumpx/Makefile index 365c63e34b3d..6d08328ce31f 100644 --- a/games/xjumpx/Makefile +++ b/games/xjumpx/Makefile @@ -16,7 +16,6 @@ MAKE_ENV= X11BASE=${LOCALBASE} USE_XORG= xpm xaw SUB_FILES= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xjumpx ${STAGEDIR}${PREFIX}/bin diff --git a/irc/dircproxy/Makefile b/irc/dircproxy/Makefile index 8b3f9446a755..ed59292eb427 100644 --- a/irc/dircproxy/Makefile +++ b/irc/dircproxy/Makefile @@ -18,7 +18,6 @@ GH_TAGNAME= dc563b3 GNU_CONFIGURE= yes SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message USES= autoreconf post-install: diff --git a/irc/rbot/Makefile b/irc/rbot/Makefile index 82aca7c247dc..f9b56261243c 100644 --- a/irc/rbot/Makefile +++ b/irc/rbot/Makefile @@ -33,7 +33,6 @@ USE_GITHUB= yes GH_ACCOUNT= ruby-${PORTNAME} GH_TAGNAME= e358601cc521d8aced941eb928fae2d8c53cf0c2 -PKGMESSAGE= ${WRKDIR}/pkg-message SUB_FILES= pkg-message PORTDOCS= REQUIREMENTS ChangeLog diff --git a/sysutils/munin-master/Makefile b/sysutils/munin-master/Makefile index dc055a4ffa27..ffd7027711f9 100644 --- a/sysutils/munin-master/Makefile +++ b/sysutils/munin-master/Makefile @@ -38,8 +38,6 @@ RUN_DEPENDS= munin-common>=${MUNIN_VERSION}:sysutils/munin-common \ USES= gmake perl5 cpe -PKGMESSAGE= ${WRKDIR}/pkg-message - .include "${.CURDIR}/../munin-common/munin.mk" ALL_TARGET= infiles build-master build-man diff --git a/sysutils/munin-node/Makefile b/sysutils/munin-node/Makefile index f328c3dec37c..60e6d312386d 100644 --- a/sysutils/munin-node/Makefile +++ b/sysutils/munin-node/Makefile @@ -24,7 +24,6 @@ RUN_DEPENDS= p5-Cache-Cache>=0:devel/p5-Cache-Cache \ bash:shells/bash USES= gmake perl5 shebangfix cpe -PKGMESSAGE= ${WRKDIR}/pkg-message REINPLACE_ARGS= -i "" SHEBANG_FILES= node/bin/munindoc node/sbin/munin-node node/sbin/munin-sched \ node/sbin/munin-run node/sbin/munin-node-configure |