diff options
author | clive <clive@FreeBSD.org> | 2001-01-06 16:31:15 +0800 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-01-06 16:31:15 +0800 |
commit | e95ce8848479492bc31976db38ccf6a06ac371b3 (patch) | |
tree | 9f9d7eef29b67b85730b15bc33f5726f19b916d3 /www/bluefish/Makefile | |
parent | 42412c2470c4b10214f616d7c4d77fbd7a7fd769 (diff) | |
download | freebsd-ports-graphics-e95ce8848479492bc31976db38ccf6a06ac371b3.tar.gz freebsd-ports-graphics-e95ce8848479492bc31976db38ccf6a06ac371b3.tar.zst freebsd-ports-graphics-e95ce8848479492bc31976db38ccf6a06ac371b3.zip |
o Portlint
o Add missed file in pkg-plist
o Install man page in the right place
Approved by: jim (MAINTAINER)
Diffstat (limited to 'www/bluefish/Makefile')
-rw-r--r-- | www/bluefish/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/bluefish/Makefile b/www/bluefish/Makefile index af421d4658b..816a0c0ad51 100644 --- a/www/bluefish/Makefile +++ b/www/bluefish/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bluefish -PORTVERSION= 0.6 +PORTVERSION= 0.6 CATEGORIES= www editors MASTER_SITES= http://bluefish.openoffice.nl/download/ \ http://student.wau.nl/~olivier/bluefish/download/ @@ -17,13 +17,13 @@ RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint USE_GMAKE= yes USE_BZIP2= yes -USE_X_PREFIX= yes +USE_X_PREFIX= yes USE_IMLIB= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \ --disable-nls -MANCOMPRESSED= yes +MANCOMPRESSED= no MAN1= bluefish.1 post-install: |