diff options
author | danfe <danfe@FreeBSD.org> | 2018-05-05 22:29:00 +0800 |
---|---|---|
committer | danfe <danfe@FreeBSD.org> | 2018-05-05 22:29:00 +0800 |
commit | 116ad75afc4c651a65f1e56f8f5e47110eee00b9 (patch) | |
tree | a3853c44d0519f0f50c9faf5c36db89b869c6e7d /databases/frontbase-jdbc | |
parent | 5dd3089bcc7367f0745ce475d81228fa9a0ced6a (diff) | |
download | freebsd-ports-gnome-116ad75afc4c651a65f1e56f8f5e47110eee00b9.tar.gz freebsd-ports-gnome-116ad75afc4c651a65f1e56f8f5e47110eee00b9.tar.zst freebsd-ports-gnome-116ad75afc4c651a65f1e56f8f5e47110eee00b9.zip |
For ports in `databases' 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 'databases/frontbase-jdbc')
-rw-r--r-- | databases/frontbase-jdbc/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/databases/frontbase-jdbc/Makefile b/databases/frontbase-jdbc/Makefile index 924d7bdec502..70ab1544d1ba 100644 --- a/databases/frontbase-jdbc/Makefile +++ b/databases/frontbase-jdbc/Makefile @@ -20,7 +20,6 @@ JARFILE= frontbasejdbc.jar PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} SUB_FILES+= pkg-message -PKGMESSAGE= ${WRKDIR}/pkg-message do-install: @${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${STAGEDIR}${JAVAJARDIR}/${JARFILE} |