diff options
author | edwin <edwin@FreeBSD.org> | 2008-06-13 13:33:48 +0800 |
---|---|---|
committer | edwin <edwin@FreeBSD.org> | 2008-06-13 13:33:48 +0800 |
commit | 69ea79d84aa35c422c03be3730de8e835b35a715 (patch) | |
tree | 84301d3620f1e59c2988a1023747bacfc1fccc9d /databases | |
parent | 0f4241722f319b16fc0c27d5198fc284c165fad3 (diff) | |
download | freebsd-ports-gnome-69ea79d84aa35c422c03be3730de8e835b35a715.tar.gz freebsd-ports-gnome-69ea79d84aa35c422c03be3730de8e835b35a715.tar.zst freebsd-ports-gnome-69ea79d84aa35c422c03be3730de8e835b35a715.zip |
doesn't need bsd.ports.pre/post.mk construction
Diffstat (limited to 'databases')
-rw-r--r-- | databases/frontbase-jdbc/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/databases/frontbase-jdbc/Makefile b/databases/frontbase-jdbc/Makefile index 9b69850c3ea2..b1a8d44c7481 100644 --- a/databases/frontbase-jdbc/Makefile +++ b/databases/frontbase-jdbc/Makefile @@ -26,12 +26,10 @@ PLIST_FILES= %%JAVAJARDIR%%/${JARFILE} SUB_FILES+= pkg-message PKGMESSAGE= ${WRKDIR}/pkg-message -.include <bsd.port.pre.mk> - do-install: @${INSTALL_DATA} ${WRKSRC}/${JARFILE} ${JAVAJARDIR}/${JARFILE} post-install: @${CAT} ${PKGMESSAGE} -.include <bsd.port.post.mk> +.include <bsd.port.mk> |