diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:12:41 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-09-12 13:12:41 +0000 |
commit | 3cfb67fd9555c49788a2479e703fc00fa62571f0 (patch) | |
tree | f5c764e1486fab167950858ef90b542b347a80cc /games/crossfire-client | |
parent | Add BUILD_DEPENDS=bdftopcf:XFree86-4-clients and (diff) |
Forgot to change bsd.port.mk at end to post.mk.
Notes
Notes:
svn path=/head/; revision=32552
Diffstat (limited to 'games/crossfire-client')
-rw-r--r-- | games/crossfire-client/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/crossfire-client/Makefile b/games/crossfire-client/Makefile index d9b75e72ff1f..dc2d874b27dc 100644 --- a/games/crossfire-client/Makefile +++ b/games/crossfire-client/Makefile @@ -87,4 +87,4 @@ post-install: ${ECHO} "Note: don't forget to update ${PREFIX}/etc/rplay.conf" ${ECHO} " with new sounds in ${CFDIR}/sounds" -.include <bsd.port.mk> +.include <bsd.port.post.mk> |