diff options
author | jylefort <jylefort@FreeBSD.org> | 2005-05-03 21:37:38 +0800 |
---|---|---|
committer | jylefort <jylefort@FreeBSD.org> | 2005-05-03 21:37:38 +0800 |
commit | 0db4065435e78d4345bfa44c1df96864e2b453d4 (patch) | |
tree | 39b044981530ab073486c3625e03a86b49990c8e /games/dodgindiamond2 | |
parent | 6db5b6b9732e4ff5b9cc3a4071a5c37058c12c94 (diff) | |
download | freebsd-ports-gnome-0db4065435e78d4345bfa44c1df96864e2b453d4.tar.gz freebsd-ports-gnome-0db4065435e78d4345bfa44c1df96864e2b453d4.tar.zst freebsd-ports-gnome-0db4065435e78d4345bfa44c1df96864e2b453d4.zip |
Fix the dd2.cfg existence test in post-install
Diffstat (limited to 'games/dodgindiamond2')
-rw-r--r-- | games/dodgindiamond2/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/games/dodgindiamond2/Makefile b/games/dodgindiamond2/Makefile index 7d6f4db45a4f..9f5befabeaa1 100644 --- a/games/dodgindiamond2/Makefile +++ b/games/dodgindiamond2/Makefile @@ -21,6 +21,8 @@ GNU_CONFIGURE= yes USE_REINPLACE= yes CONFIGURE_ARGS= --localstatedir=/var/games +.include <bsd.port.pre.mk> + post-patch: @${REINPLACE_CMD} -e 's|COPYING||g' ${WRKSRC}/Makefile.in .if defined(NOPORTDOCS) @@ -37,4 +39,4 @@ post-install: ${CHMOD} g+s ${PREFIX}/bin/dd2 @${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL -.include <bsd.port.mk> +.include <bsd.port.post.mk> |