diff options
author | kris <kris@FreeBSD.org> | 2003-03-01 06:53:02 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2003-03-01 06:53:02 +0800 |
commit | 096942392ee46ef8297273fb3fa2a313f931c0c0 (patch) | |
tree | 4ec8afc18af70d92d853cc763b3bed101e723438 /java | |
parent | 75b1e7b4c906e864b55998aa91968febb68a6be7 (diff) | |
download | freebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.tar.gz freebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.tar.zst freebsd-ports-gnome-096942392ee46ef8297273fb3fa2a313f931c0c0.zip |
Use pre-everything:: instead of pre-everything: to avoid conflict with
targets in bsd.port.mk
Diffstat (limited to 'java')
-rw-r--r-- | java/linux-sun-jdk14/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/linux-sun-jdk14/Makefile b/java/linux-sun-jdk14/Makefile index 359a9eeaab46..9e0d86bc6179 100644 --- a/java/linux-sun-jdk14/Makefile +++ b/java/linux-sun-jdk14/Makefile @@ -44,7 +44,7 @@ APP_HOME= ${PREFIX}/${PKGNAMEPREFIX}${PORTNAME}${INSTALL_JDK_VERSION} IGNORE=You must manually fetch the J2SE v1.4 SDK Linux GNUZIP Tar shell script (${DISTNAME}${EXTRACT_SUFX}) from ${DOWNLOAD_URL}, place it in ${DISTDIR} and then run make again .endif -pre-everything: +pre-everything:: @${CAT} ${PKGMESSAGE} post-fetch: |