diff options
author | asami <asami@FreeBSD.org> | 2000-08-11 01:04:47 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-08-11 01:04:47 +0000 |
commit | 40d46727c0247536d31aa40fd76852a5208064c9 (patch) | |
tree | 5ecf4cdb7a14157c62ccf2f7ebc075f547c29065 /www/bluefish/Makefile | |
parent | 25b4e83e74d8d447e279a3825cba72f91e5472cd (diff) | |
download | FreeBSD-ports-40d46727c0247536d31aa40fd76852a5208064c9.zip FreeBSD-ports-40d46727c0247536d31aa40fd76852a5208064c9.tar.gz |
MAN1=bluefish.1
Submitted by: bento
Diffstat (limited to 'www/bluefish/Makefile')
-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 4fb11d8..06060c7 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 |