diff options
author | asami <asami@FreeBSD.org> | 2000-08-11 09:04:47 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-11 09:04:47 +0800 |
commit | 40d46727c0247536d31aa40fd76852a5208064c9 (patch) | |
tree | 5ecf4cdb7a14157c62ccf2f7ebc075f547c29065 | |
parent | 25b4e83e74d8d447e279a3825cba72f91e5472cd (diff) | |
download | freebsd-ports-gnome-40d46727c0247536d31aa40fd76852a5208064c9.tar.gz freebsd-ports-gnome-40d46727c0247536d31aa40fd76852a5208064c9.tar.zst freebsd-ports-gnome-40d46727c0247536d31aa40fd76852a5208064c9.zip |
MAN1=bluefish.1
Submitted by: bento
-rw-r--r-- | www/bluefish/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index 4fb11d8aa3ca..06060c716c87 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -26,6 +26,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \ --disable-nls CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}" +MAN1= bluefish.1 post-install: @strip ${PREFIX}/bin/bluefish |