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 | |
parent | 3405e8106be4f80b5cc8d9888af0765a32364b34 (diff) | |
download | ports-3cfb67fd9555c49788a2479e703fc00fa62571f0.tar.gz ports-3cfb67fd9555c49788a2479e703fc00fa62571f0.zip |
Notes
-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> |