diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-01-04 20:57:31 +0000 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-01-04 20:57:31 +0000 |
commit | 2a187f0b787c86361f6fe2591f6881d69c1539ed (patch) | |
tree | e8d00b3e2501fb95aaa70e6c8abbde5807f3d0fc /net/spat/Makefile | |
parent | 778c1bb684f3ef9082a8b4319a0810b22c918f3f (diff) | |
download | FreeBSD-ports-2a187f0b787c86361f6fe2591f6881d69c1539ed.zip FreeBSD-ports-2a187f0b787c86361f6fe2591f6881d69c1539ed.tar.gz |
Update to 1.0.
Diffstat (limited to 'net/spat/Makefile')
-rw-r--r-- | net/spat/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/net/spat/Makefile b/net/spat/Makefile index ebeb79e..5b5169b 100644 --- a/net/spat/Makefile +++ b/net/spat/Makefile @@ -6,7 +6,7 @@ # PORTNAME= spat -PORTVERSION= 0.9.9.1 +PORTVERSION= 1.0 CATEGORIES= net gnome MASTER_SITES= http://spat.codehost.com/ DISTNAME= ${PORTNAME}-${PORTVERSION:S/.1$/-1/}.src @@ -21,6 +21,7 @@ USE_GNOME= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-lcompat -L${LOCALBASE}/lib" + pre-patch: @${PERL} -pi -e 's|-lpthread|-pthread|g ; \ s|DATADIRNAME=lib|DATADIRNAME=share|g' ${WRKSRC}/configure @@ -28,9 +29,6 @@ pre-patch: 's|\$\(datadir\)/gnome/|\$\(datadir\)/|g ; \ s|\$\(datadir\)/locale|\$\(prefix\)/share/locale|g' -pre-configure: - @${RM} -f ${WRKSRC}/config.cache - post-install: ${MKDIR} ${PREFIX}/share/gnome/apps/Applications \ ${PREFIX}/etc/CORBA/servers |