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 /print/lgrind | |
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 'print/lgrind')
-rw-r--r-- | print/lgrind/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/print/lgrind/Makefile b/print/lgrind/Makefile index 192d319469f3..37862e4421ec 100644 --- a/print/lgrind/Makefile +++ b/print/lgrind/Makefile @@ -55,7 +55,7 @@ NO_CDROM= "According to the README-file there is a license issue because of non- NO_PACKAGE= "According to the README-file there is a license issue because of non-free code. Check the README file within the source tarball." RESTRICTED= "No response from author of some code this port is based on" -pre-everything: +pre-everything:: @${MKDIR} ${DISTDIR}/${PORTNAME} pre-fetch: fetchsrctarball extractsrctarball |