Use INFO.
This commit is contained in:
parent
ad16e3450a
commit
c145134d4e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=87107
2 changed files with 4 additions and 10 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
PORTNAME= sawfish2
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 2
|
||||
PORTREVISION= 3
|
||||
PORTEPOCH= 2
|
||||
CATEGORIES= x11-wm
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
|
||||
|
@ -40,9 +40,11 @@ CONFIGURE_ARGS= --with-readline \
|
|||
--disable-themer \
|
||||
--with-esd
|
||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \
|
||||
LIBS="-L${LOCALBASE}/lib"
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
CONFIGURE_TARGET= ${ARCH}-pc-freebsd${OSREL:C/\..*//}
|
||||
|
||||
INFO= sawfish
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|USE_INCLUDED_LIBINTL=yes|#USE_INCLUDED_LIBINTL=yes|g ; \
|
||||
s|[$$][(]top_builddir[)]/intl/libintl.a|-lintl|g' ${WRKSRC}/configure
|
||||
|
|
|
@ -1,14 +1,6 @@
|
|||
bin/sawfish
|
||||
bin/sawfish-client
|
||||
bin/sawfish-ui
|
||||
@unexec install-info --delete %D/info/sawfish.info %D/info/dir
|
||||
info/sawfish.info
|
||||
info/sawfish.info-1
|
||||
info/sawfish.info-2
|
||||
info/sawfish.info-3
|
||||
info/sawfish.info-4
|
||||
info/sawfish.info-5
|
||||
@exec install-info --section="X11 window manager" --entry="* sawfish: (sawfish). sawfish programming manual" %D/info/sawfish.info %D/info/dir
|
||||
libexec/rep/%%GNUHOST%%/sawfish/client.la
|
||||
libexec/rep/%%GNUHOST%%/sawfish/client.so
|
||||
libexec/sawfish/%%VERSION%%/%%GNUHOST%%/DOC
|
||||
|
|
Loading…
Reference in a new issue