diff options
author | asami <asami@FreeBSD.org> | 2000-09-12 13:12:41 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-12 13:12:41 +0000 |
commit | e70d554d233b24b043aba582cc94fd1e2f7d3f86 (patch) | |
tree | 0d408d435903951fee3d2fd1f6a920f8db6af951 /games/crossfire-client | |
parent | 47da741123ef8e21ee636c92c56aeea79f52ccbd (diff) | |
download | FreeBSD-ports-e70d554d233b24b043aba582cc94fd1e2f7d3f86.zip FreeBSD-ports-e70d554d233b24b043aba582cc94fd1e2f7d3f86.tar.gz |
Forgot to change bsd.port.mk at end to post.mk.
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 d9b75e7..dc2d874 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> |