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 | |
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.
-rw-r--r-- | games/crossfire-client/Makefile | 2 | ||||
-rw-r--r-- | games/crossfire-server/Makefile | 2 | ||||
-rw-r--r-- | games/crossfire/Makefile | 2 |
3 files changed, 3 insertions, 3 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> diff --git a/games/crossfire-server/Makefile b/games/crossfire-server/Makefile index d9b75e72ff1f..dc2d874b27dc 100644 --- a/games/crossfire-server/Makefile +++ b/games/crossfire-server/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> diff --git a/games/crossfire/Makefile b/games/crossfire/Makefile index d9b75e72ff1f..dc2d874b27dc 100644 --- a/games/crossfire/Makefile +++ b/games/crossfire/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> |