o Portlint
o Add missed file in pkg-plist o Install man page in the right place Approved by: jim (MAINTAINER)
This commit is contained in:
parent
367c08ac94
commit
d926d1bb6f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=36849
2 changed files with 4 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= bluefish
|
PORTNAME= bluefish
|
||||||
PORTVERSION= 0.6
|
PORTVERSION= 0.6
|
||||||
CATEGORIES= www editors
|
CATEGORIES= www editors
|
||||||
MASTER_SITES= http://bluefish.openoffice.nl/download/ \
|
MASTER_SITES= http://bluefish.openoffice.nl/download/ \
|
||||||
http://student.wau.nl/~olivier/bluefish/download/
|
http://student.wau.nl/~olivier/bluefish/download/
|
||||||
|
@ -17,13 +17,13 @@ RUN_DEPENDS= weblint:${PORTSDIR}/www/weblint
|
||||||
|
|
||||||
USE_GMAKE= yes
|
USE_GMAKE= yes
|
||||||
USE_BZIP2= yes
|
USE_BZIP2= yes
|
||||||
USE_X_PREFIX= yes
|
USE_X_PREFIX= yes
|
||||||
USE_IMLIB= yes
|
USE_IMLIB= yes
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \
|
CONFIGURE_ARGS= --with-install-location="${X11BASE}/lib/bluefish" \
|
||||||
--disable-nls
|
--disable-nls
|
||||||
|
|
||||||
MANCOMPRESSED= yes
|
MANCOMPRESSED= no
|
||||||
MAN1= bluefish.1
|
MAN1= bluefish.1
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
bin/bluefish
|
bin/bluefish
|
||||||
share/bluefish/php3_functions
|
share/bluefish/php3_functions
|
||||||
|
share/bluefish/php4_functions
|
||||||
share/bluefish/ssi_functions
|
share/bluefish/ssi_functions
|
||||||
share/bluefish/rxml_functions
|
share/bluefish/rxml_functions
|
||||||
share/doc/bluefish/README
|
share/doc/bluefish/README
|
||||||
|
|
Loading…
Reference in a new issue