diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 04:02:48 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-08-17 04:02:48 +0000 |
commit | c145134d4e0b81be6117746eccd2198970ac753c (patch) | |
tree | 201ca6025b0332055a99d396dafece6d1c398344 /x11-wm | |
parent | ad16e3450afab7b4a7a7397f9342763bcdd6be3f (diff) | |
download | ports-c145134d4e0b81be6117746eccd2198970ac753c.tar.gz ports-c145134d4e0b81be6117746eccd2198970ac753c.zip |
Notes
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/sawfish2/Makefile | 6 | ||||
-rw-r--r-- | x11-wm/sawfish2/pkg-plist | 8 |
2 files changed, 4 insertions, 10 deletions
diff --git a/x11-wm/sawfish2/Makefile b/x11-wm/sawfish2/Makefile index 5331ee59c024..67fd212edbe1 100644 --- a/x11-wm/sawfish2/Makefile +++ b/x11-wm/sawfish2/Makefile @@ -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 diff --git a/x11-wm/sawfish2/pkg-plist b/x11-wm/sawfish2/pkg-plist index 8ca162f07dbc..b3fa3e357433 100644 --- a/x11-wm/sawfish2/pkg-plist +++ b/x11-wm/sawfish2/pkg-plist @@ -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 |