diff options
author | danfe <danfe@FreeBSD.org> | 2018-05-05 22:37:10 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-05-05 22:37:10 +0800 |
commit | 78a9d26c4c02f9716e1b7862e5d542c01dbd6048 (patch) | |
tree | 0f25cbc5771e9f75d9ea0203e7b71d10b2609d44 /net-im | |
parent | ab629c01e80b41f0dba7126b61ed6d25932b7afa (diff) | |
download | freebsd-ports-graphics-78a9d26c4c02f9716e1b7862e5d542c01dbd6048.tar.gz freebsd-ports-graphics-78a9d26c4c02f9716e1b7862e5d542c01dbd6048.tar.zst freebsd-ports-graphics-78a9d26c4c02f9716e1b7862e5d542c01dbd6048.zip |
For some ports under `net*' categories: 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 'net-im')
-rw-r--r-- | net-im/ejabberd/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net-im/ejabberd/Makefile b/net-im/ejabberd/Makefile index 4d674ebd3de..1c418132f0b 100644 --- a/net-im/ejabberd/Makefile +++ b/net-im/ejabberd/Makefile @@ -43,8 +43,6 @@ MAKE_ARGS= "CPPFLAGS=${CPPFLAGS}" "CFLAGS=${CFLAGS}" "LDFLAGS=${LDFLAGS}" CPPFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -PKGMESSAGE= ${WRKDIR}/pkg-message -PKGINSTALL= ${WRKDIR}/pkg-install PLIST_SUB= PORTNAME=${PORTNAME} PORTVERSION=${PORTVERSION} \ EJABBERD_LIBDIR=${EJABBERD_LIBDIR} SUB_FILES= pkg-message pkg-install |