diff options
author | danfe <danfe@FreeBSD.org> | 2018-05-05 22:58:18 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-05-05 22:58:18 +0800 |
commit | d29af1fd7e23c09e8dbe66055e495c075383d813 (patch) | |
tree | 88897bd7f2da5ef445bc4904ec2ef6a05390c2f6 /www/mysar | |
parent | 8b3c3a5e5df45b236dd80cc88267c74e770a3961 (diff) | |
download | freebsd-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.
Diffstat (limited to 'www/mysar')
-rw-r--r-- | www/mysar/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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/* |