diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2004-02-05 20:38:07 +0000 |
commit | 3c175cb569f2bb20f5a8bed877c0c8c2b014dc79 (patch) | |
tree | 1f896dcd279ef0b0382485b20275d60ee1a5b0c5 /misc/goldstr/Makefile | |
parent | Update to 0.8.12. (diff) |
Use PLIST_FILES.
Reviewed by: marcus
Diffstat (limited to 'misc/goldstr/Makefile')
-rw-r--r-- | misc/goldstr/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/misc/goldstr/Makefile b/misc/goldstr/Makefile index baa4cde4f568..2b67e7839570 100644 --- a/misc/goldstr/Makefile +++ b/misc/goldstr/Makefile @@ -17,6 +17,7 @@ COMMENT= Compute the golden string USE_GETOPT_LONG= yes GNU_CONFIGURE= yes -MAN1= goldstr.1 +MAN1= goldstr.1 +PLIST_FILES= bin/goldstr .include <bsd.port.mk> |