diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 15:26:39 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-10-03 15:26:39 +0000 |
commit | a3f314ca7d85f258f8a4548466d05840a3ae30c5 (patch) | |
tree | ec68fe1fcbcd420aa7b4fc3ae0dbb254bf60b253 /net/gspoof/Makefile | |
parent | 95890583fc2a48285c3641680cf86192dfcd9894 (diff) |
- Update to version 3.1
PR: 57534
Submitted by: Ports Fury
Notes
Notes:
svn path=/head/; revision=90138
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 |