diff options
author | vs <vs@FreeBSD.org> | 2004-08-16 14:55:35 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-08-16 14:55:35 +0800 |
commit | cc9751f330c8b66c2fc35a2e608dc98d41d6f2be (patch) | |
tree | e147d8326c0c71e41c7ccf8eb997ba578105f83e /misc/fortune-mod-futurama | |
parent | 2bcb9a64457042421c6fb64572a67cdaaf35a5b5 (diff) | |
download | freebsd-ports-gnome-cc9751f330c8b66c2fc35a2e608dc98d41d6f2be.tar.gz freebsd-ports-gnome-cc9751f330c8b66c2fc35a2e608dc98d41d6f2be.tar.zst freebsd-ports-gnome-cc9751f330c8b66c2fc35a2e608dc98d41d6f2be.zip |
Use full path to strfile.
Noticed by: cluster via kris
Diffstat (limited to 'misc/fortune-mod-futurama')
-rw-r--r-- | misc/fortune-mod-futurama/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fortune-mod-futurama/Makefile b/misc/fortune-mod-futurama/Makefile index 836273b10083..14338763ad7d 100644 --- a/misc/fortune-mod-futurama/Makefile +++ b/misc/fortune-mod-futurama/Makefile @@ -20,7 +20,7 @@ PLIST_FILES= share/games/fortune/futurama share/games/fortune/futurama.dat PLIST_DIRS= share/games/fortune share/games do-build: - @cd ${WRKSRC} && strfile futurama + @cd ${WRKSRC} && /usr/games/strfile futurama do-install: @${MKDIR} ${PREFIX}/share/games |