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 /irc/dircproxy | |
parent | For ports under `cad', `devel', `dns`, and `math' categories: remove (diff) |
For ports under `emulators', `games', `irc`, and `sysutils' categories:
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=469121
Diffstat (limited to 'irc/dircproxy')
-rw-r--r-- | irc/dircproxy/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
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: |