diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-01-17 20:05:19 +0800 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-01-17 20:05:19 +0800 |
commit | 5fc7ae9e5e2eec351a0370f7651bcddc368d22c6 (patch) | |
tree | 65dc99a10403a5f01e89134a95fdd3e63ed158a6 /games/quakeforge | |
parent | 78b76c5699c5b59c1274a650a7620b71d8fd916e (diff) | |
download | freebsd-ports-gnome-5fc7ae9e5e2eec351a0370f7651bcddc368d22c6.tar.gz freebsd-ports-gnome-5fc7ae9e5e2eec351a0370f7651bcddc368d22c6.tar.zst freebsd-ports-gnome-5fc7ae9e5e2eec351a0370f7651bcddc368d22c6.zip |
Don't include bsd.port.pre.mk twice.
Diffstat (limited to 'games/quakeforge')
-rw-r--r-- | games/quakeforge/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/quakeforge/Makefile b/games/quakeforge/Makefile index cf3474a8a40f..62e78dcbdfea 100644 --- a/games/quakeforge/Makefile +++ b/games/quakeforge/Makefile @@ -140,4 +140,4 @@ do-install: ${INSTALL_PROGRAM} ${WRKSRC}/targets/${binary} ${PREFIX}/bin/ .endfor -.include <bsd.port.mk> +.include <bsd.port.post.mk> |