diff options
author | asami <asami@FreeBSD.org> | 2000-09-12 21:12:41 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-09-12 21:12:41 +0800 |
commit | e70d554d233b24b043aba582cc94fd1e2f7d3f86 (patch) | |
tree | 0d408d435903951fee3d2fd1f6a920f8db6af951 /games/crossfire-client | |
parent | 47da741123ef8e21ee636c92c56aeea79f52ccbd (diff) | |
download | freebsd-ports-gnome-e70d554d233b24b043aba582cc94fd1e2f7d3f86.tar.gz freebsd-ports-gnome-e70d554d233b24b043aba582cc94fd1e2f7d3f86.tar.zst freebsd-ports-gnome-e70d554d233b24b043aba582cc94fd1e2f7d3f86.zip |
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 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> |