aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordanfe <danfe@FreeBSD.org>2018-05-05 22:58:18 +0800
committerdanfe <danfe@FreeBSD.org>2018-05-05 22:58:18 +0800
commitd29af1fd7e23c09e8dbe66055e495c075383d813 (patch)
tree88897bd7f2da5ef445bc4904ec2ef6a05390c2f6
parent8b3c3a5e5df45b236dd80cc88267c74e770a3961 (diff)
downloadfreebsd-ports-gnome-d29af1fd7e23c09e8dbe66055e495c075383d813.tar.gz
freebsd-ports-gnome-d29af1fd7e23c09e8dbe66055e495c075383d813.tar.zst
freebsd-ports-gnome-d29af1fd7e23c09e8dbe66055e495c075383d813.zip
For ports under `www' category: remove redundant PKGMESSAGE assignment,
which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list.
-rw-r--r--www/ach/Makefile1
-rw-r--r--www/cgiwrap/Makefile2
-rw-r--r--www/drupal7/Makefile1
-rw-r--r--www/drupal8/Makefile1
-rw-r--r--www/junkbuster/Makefile1
-rw-r--r--www/mysar/Makefile1
-rw-r--r--www/otrs/Makefile1
-rw-r--r--www/p5-Maypole/Makefile1
-rw-r--r--www/pecl-sphinx/Makefile1
-rw-r--r--www/planet/Makefile1
-rw-r--r--www/rt42/Makefile1
-rw-r--r--www/rt44/Makefile1
-rw-r--r--www/smarty2/Makefile1
-rw-r--r--www/trac-math/Makefile1
-rw-r--r--www/tt-rss/Makefile1
-rw-r--r--www/xcache/Makefile1
-rw-r--r--www/yabb/Makefile1
-rw-r--r--www/zenphoto/Makefile2
18 files changed, 0 insertions, 20 deletions
diff --git a/www/ach/Makefile b/www/ach/Makefile
index 95c1a2db5cc8..a51ffca623e1 100644
--- a/www/ach/Makefile
+++ b/www/ach/Makefile
@@ -21,7 +21,6 @@ GH_PROJECT= Analysis-of-Competing-Hypotheses
WRKSRC= ${WRKDIR}/${DISTNAME}
NO_BUILD= yes
SUB_FILES+= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
WWWDIR?= ${PREFIX}/www/${PORTNAME}
# Get rid of temp files packaged in the upstream distfile
diff --git a/www/cgiwrap/Makefile b/www/cgiwrap/Makefile
index f9f8f3368f3f..fd34418316b0 100644
--- a/www/cgiwrap/Makefile
+++ b/www/cgiwrap/Makefile
@@ -11,8 +11,6 @@ COMMENT= Securely execute Web CGI scripts
LICENSE= GPLv2
-PKGMESSAGE= ${WRKDIR}/pkg-message
-
OPTIONS_DEFINE= CGI_OWNER CGI_GROUP CGI_SETUID CGI_SETGID \
CGI_GROUP_WRITABLE CGI_WORLD_WRITABLE DEBUG \
DOCS NPH USE_REDIRECT_URL USE_SCRIPT_URL
diff --git a/www/drupal7/Makefile b/www/drupal7/Makefile
index 25c8c72d5c02..273a609ebc4d 100644
--- a/www/drupal7/Makefile
+++ b/www/drupal7/Makefile
@@ -28,7 +28,6 @@ OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS
OPTIONS_DEFAULT= MYSQL
SUB_FILES+= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql
diff --git a/www/drupal8/Makefile b/www/drupal8/Makefile
index dac62ad5e26e..68573ed776d7 100644
--- a/www/drupal8/Makefile
+++ b/www/drupal8/Makefile
@@ -28,7 +28,6 @@ OPTIONS_DEFINE= MYSQL SQLITE3 PGSQL DOCS
OPTIONS_DEFAULT= MYSQL
SUB_FILES+= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
PGSQL_USES= pgsql
PGSQL_USE= PHP=pdo_pgsql
diff --git a/www/junkbuster/Makefile b/www/junkbuster/Makefile
index 9ec8a0954d3e..f232b0a60d0d 100644
--- a/www/junkbuster/Makefile
+++ b/www/junkbuster/Makefile
@@ -18,7 +18,6 @@ ALL_TARGET= # yes, an empty target.
JDIR= ${PREFIX}/etc/junkbuster
SUB_FILES= junkbuster pkg-message
USE_RC_SUBR= ${PORTNAME}
-PKGMESSAGE= ${WRKDIR}/pkg-message
GNUREGEXP= 's:gnu_regex.h:gnu/regex.h:'
diff --git a/www/mysar/Makefile b/www/mysar/Makefile
index 19d0d8f4fb0c..3ebd596d8274 100644
--- a/www/mysar/Makefile
+++ b/www/mysar/Makefile
@@ -34,7 +34,6 @@ PLIST_SUB= MYSAR=${MYSARPREFIX} WWWOWN="${WWWOWN}"
SUB_FILES= pkg-message
SUB_LIST= MYSARDIR=${MYSARDIR}
-PKGMESSAGE= ${WRKDIR}/pkg-message
post-extract:
@${CHMOD} +x ${WRKSRC}/config/*
diff --git a/www/otrs/Makefile b/www/otrs/Makefile
index 3b654d02f6e7..0b6e0637a4af 100644
--- a/www/otrs/Makefile
+++ b/www/otrs/Makefile
@@ -74,7 +74,6 @@ GROUPS= ${USERS} www
SUB_FILES= pkg-message
SUB_LIST= OTRS_USER=${USERS} OTRS_GROUP=${USERS} WWWOWN=${WWWOWN}
-PKGMESSAGE= ${WRKDIR}/pkg-message
NO_ARCH= YES
ROOT_DIRS_LIST= Kernel bin scripts
diff --git a/www/p5-Maypole/Makefile b/www/p5-Maypole/Makefile
index fdd80472c08c..f244e7e65e3f 100644
--- a/www/p5-Maypole/Makefile
+++ b/www/p5-Maypole/Makefile
@@ -49,7 +49,6 @@ MODPERL2_DESC= mod_perl2 support
USES= perl5
USE_PERL5= configure
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
DOC_FILES= ../Manual.pod \
About.pod \
diff --git a/www/pecl-sphinx/Makefile b/www/pecl-sphinx/Makefile
index 7efc5c862ff4..04f82401b009 100644
--- a/www/pecl-sphinx/Makefile
+++ b/www/pecl-sphinx/Makefile
@@ -18,7 +18,6 @@ LIB_DEPENDS= libsphinxclient.so:textproc/libsphinxclient
USES= php:pecl
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
CFLAGS+= -I${LOCALBASE}/include
diff --git a/www/planet/Makefile b/www/planet/Makefile
index 6bb0174b5305..22d911036935 100644
--- a/www/planet/Makefile
+++ b/www/planet/Makefile
@@ -16,7 +16,6 @@ USES= python:2.7 tar:bzip2
NO_BUILD= yes
NO_ARCH= yes
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
post-extract:
@${RM} ${WRKSRC}/.bzrignore
diff --git a/www/rt42/Makefile b/www/rt42/Makefile
index 0f49aa0d2aa6..60a176b9b844 100644
--- a/www/rt42/Makefile
+++ b/www/rt42/Makefile
@@ -138,7 +138,6 @@ CONFIGURE_ARGS+= --enable-layout=${RT_LAYOUT} \
CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH}
PLIST_SUB= RT_ETC_DIR=${RT_ETC_DIR}
diff --git a/www/rt44/Makefile b/www/rt44/Makefile
index d728eac7b988..9ef70b18f15e 100644
--- a/www/rt44/Makefile
+++ b/www/rt44/Makefile
@@ -140,7 +140,6 @@ CONFIGURE_ARGS+= --enable-layout=${RT_LAYOUT} \
CONFIGURE_ENV+= PERL=${LOCALBASE}/bin/perl
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
SUB_LIST= RT_ETC_PATH=${RT_ETC_PATH}
PLIST_SUB= RT_ETC_DIR=${RT_ETC_DIR}
diff --git a/www/smarty2/Makefile b/www/smarty2/Makefile
index 919d9a41d2ec..905569494ff6 100644
--- a/www/smarty2/Makefile
+++ b/www/smarty2/Makefile
@@ -21,7 +21,6 @@ NO_BUILD= yes
USES= php:web,flavors
USE_PHP= pcre
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-message
USE_GITHUB= yes
diff --git a/www/trac-math/Makefile b/www/trac-math/Makefile
index 65ea96451694..d9b3230a9a3b 100644
--- a/www/trac-math/Makefile
+++ b/www/trac-math/Makefile
@@ -14,7 +14,6 @@ RUN_DEPENDS= tracd:www/trac
USE_TEX= latex
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
USES= python:2.7
USE_PYTHON= distutils autoplist
diff --git a/www/tt-rss/Makefile b/www/tt-rss/Makefile
index b08d0e04a4cf..a5b8b62ea63d 100644
--- a/www/tt-rss/Makefile
+++ b/www/tt-rss/Makefile
@@ -60,7 +60,6 @@ USE_PHP+= gd
SUB_FILES= httpd-tt-rss.conf pkg-message
SUB_LIST= DB=${DB} WWWOWN=${WWWOWN} MYSQL=${MYSQL} PGSQL=${PGSQL}
PLIST_SUB= WWWOWN=${WWWOWN} WWWGRP=${WWWGRP}
-PKGMESSAGE= ${WRKDIR}/pkg-message
PHP2FIX= config.php-dist update.php update_daemon2.php
diff --git a/www/xcache/Makefile b/www/xcache/Makefile
index f8f818b72e68..807c87af78ce 100644
--- a/www/xcache/Makefile
+++ b/www/xcache/Makefile
@@ -23,7 +23,6 @@ CONSTANT_DESC= Enable handling of compile time constants
COVERAGER_DESC= Enable code coverage dumper
SUB_FILES= pkg-message
-PKGMESSAGE= ${WRKDIR}/pkg-message
PLIST_FILES= lib/php/%%PHP_EXT_DIR%%/xcache.so
diff --git a/www/yabb/Makefile b/www/yabb/Makefile
index 6f32fdcaddf3..b904d99fc255 100644
--- a/www/yabb/Makefile
+++ b/www/yabb/Makefile
@@ -33,7 +33,6 @@ WDIR= ${WRKSRC}/public_html/yabbfiles
WCGI= ${WRKSRC}/cgi-bin/yabb2
SUB_FILES= pkg-message
SUB_LIST= DIR=${DIR}
-PKGMESSAGE= ${WRKDIR}/pkg-message
ISOFILES= Admin/NewSettings.pm \
Admin/Settings_Main.pm \
Convert.pl Languages/English/Admin.lng \
diff --git a/www/zenphoto/Makefile b/www/zenphoto/Makefile
index facfe9266423..dd48ec4dab75 100644
--- a/www/zenphoto/Makefile
+++ b/www/zenphoto/Makefile
@@ -17,8 +17,6 @@ NO_BUILD= yes
USE_PHP= gd gettext hash json mbstring mysqli pcre session
USES= cpe php:web
-PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
-PKGMESSAGE= ${WRKDIR}/pkg-message
SUB_FILES= pkg-deinstall pkg-message
USE_GITHUB= yes