diff options
author | krion <krion@FreeBSD.org> | 2003-10-03 23:26:39 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2003-10-03 23:26:39 +0800 |
commit | 176cbb93c557f442f0815ac59d00acbd9ebcfb71 (patch) | |
tree | 0f470add36021c3a34f128fec94b37d893d4d8a1 /net/gspoof/Makefile | |
parent | 1d5652f244b9c13236593b700e5de5e35f72fd55 (diff) | |
download | freebsd-ports-gnome-176cbb93c557f442f0815ac59d00acbd9ebcfb71.tar.gz freebsd-ports-gnome-176cbb93c557f442f0815ac59d00acbd9ebcfb71.tar.zst freebsd-ports-gnome-176cbb93c557f442f0815ac59d00acbd9ebcfb71.zip |
- Update to version 3.1
PR: 57534
Submitted by: Ports Fury
Diffstat (limited to 'net/gspoof/Makefile')
-rw-r--r-- | net/gspoof/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/gspoof/Makefile b/net/gspoof/Makefile index 4295fb3d5042..235e72176d12 100644 --- a/net/gspoof/Makefile +++ b/net/gspoof/Makefile @@ -7,7 +7,7 @@ # PORTNAME= gspoof -PORTVERSION= 3.0 +PORTVERSION= 3.1 CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -21,11 +21,10 @@ USE_GNOME= gnometarget gtk20 USE_REINPLACE= yes USE_GMAKE= yes GNU_CONFIGURE= yes +CONFIGURE_ARGS= --with-libnet-prefix=${LOCALBASE} post-patch: - @${REINPLACE_CMD} -e 's|/usr/local/lib|${LOCALBASE}/lib|g ; \ - s|/usr/local/include|${LOCALBASE}/include|g ; \ - s|-Wall -O2|$${CFLAGS}|g' ${WRKSRC}/configure + @${REINPLACE_CMD} -e 's|-Wall -O2|$${CFLAGS}|g' ${WRKSRC}/configure @${REINPLACE_CMD} -e 's|-Wall -O2|@CFLAGS@|g' ${WRKSRC}/Makefile.in @${REINPLACE_CMD} -e 's|/usr/local/share|${PREFIX}/share|g ; \ s|/usr/share|${X11BASE}/share|g' ${WRKSRC}/gtk.c |