diff options
author | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 13:37:38 +0000 |
---|---|---|
committer | Jean-Yves Lefort <jylefort@FreeBSD.org> | 2005-05-03 13:37:38 +0000 |
commit | 7cafcc97552b4fb84a17673c4c352f3d7b2c189c (patch) | |
tree | 8505a7315e8b28f77dbbc54ece2510540cc5544b | |
parent | - Update to 0.0.27 [1] (diff) |
Fix the dd2.cfg existence test in post-install
Notes
Notes:
svn path=/head/; revision=134551
-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> |