diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 01:04:47 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-08-11 01:04:47 +0000 |
commit | d8d67b3c29730e7d38ec32e6b6843dd6a0e042a2 (patch) | |
tree | 9ac3c4601e5ed81cd3370f60f4dc6d0f4563fb31 /www/bluefish | |
parent | 9e3fa19948ebfe139533e200274cfb2f3f262ef1 (diff) | |
download | ports-d8d67b3c29730e7d38ec32e6b6843dd6a0e042a2.tar.gz ports-d8d67b3c29730e7d38ec32e6b6843dd6a0e042a2.zip |
Notes
Diffstat (limited to 'www/bluefish')
-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 |