diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-02 12:16:07 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-05-02 12:16:07 +0000 |
commit | 32e55983778c1cded097144f9c160eb1c8a38118 (patch) | |
tree | 9f554f1913c4c706adbc30dec7b5fded2a015133 /net/silky/Makefile | |
parent | 4b582face7a58544d4efeef3db7eb5b80a8334f0 (diff) | |
download | ports-32e55983778c1cded097144f9c160eb1c8a38118.tar.gz ports-32e55983778c1cded097144f9c160eb1c8a38118.zip |
- Remove obsoleted hacks
PR: ports/66167
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=108155
Diffstat (limited to 'net/silky/Makefile')
-rw-r--r-- | net/silky/Makefile | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/net/silky/Makefile b/net/silky/Makefile index bd4f46d1ba49..ba05460fe774 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -7,6 +7,7 @@ PORTNAME= silky PORTVERSION= 0.5.1 +PORTREVISION= 1 CATEGORIES= net security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://rusunix.org/pub/FreeBSD/distfiles/ @@ -21,9 +22,8 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \ --with-silc-libs=${LOCALBASE}/lib \ - --with-docdir=${DOCSDIR} -CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" -CFLAGS+= ${PTHREAD_CFLAGS} + --with-docdir=${DOCSDIR} \ + --with-libintl-prefix=${LOCALBASE} USE_GNOME= gtk20 libglade2 USE_GMAKE= yes @@ -32,7 +32,6 @@ USE_X_PREFIX= yes post-patch: @${PERL} -pi -e 's/ include / /' ${WRKSRC}/Makefile.in - @${PERL} -pi -e 's|/etc/|${LOCALBASE}/etc/|' ${WRKSRC}/src/main.c @${PERL} -pi -e 's|share/pixmaps/\$${\w+}|share/pixmaps/|; \ s|(PACKAGE_PIXMAPS_DIR \")\$${packageprefix}/|\1${X11BASE}/|' \ ${WRKSRC}/${CONFIGURE_SCRIPT} |