diff options
author | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:58:18 +0000 |
---|---|---|
committer | Alexey Dokuchaev <danfe@FreeBSD.org> | 2018-05-05 14:58:18 +0000 |
commit | ec5c5f26df567b9a4be3103f00f75ff34596f21d (patch) | |
tree | 88897bd7f2da5ef445bc4904ec2ef6a05390c2f6 /www/rt42 | |
parent | c51f7e1e8b46d302e79e939f069b08587e9df41c (diff) | |
download | ports-ec5c5f26df567b9a4be3103f00f75ff34596f21d.tar.gz ports-ec5c5f26df567b9a4be3103f00f75ff34596f21d.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.
Notes
Notes:
svn path=/head/; revision=469119
Diffstat (limited to 'www/rt42')
-rw-r--r-- | www/rt42/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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} |