diff options
author | krion <krion@FreeBSD.org> | 2004-05-02 20:16:07 +0800 |
---|---|---|
committer | krion <krion@FreeBSD.org> | 2004-05-02 20:16:07 +0800 |
commit | bd9a310350c056bdb3c2bfaea021d29e7b0b09ae (patch) | |
tree | 7e54ae21e0823fe1b327a0f11415c66dd33ff4dc | |
parent | 15213bba39c681c9baf171c233fbc0ef452ece58 (diff) | |
download | freebsd-ports-graphics-bd9a310350c056bdb3c2bfaea021d29e7b0b09ae.tar.gz freebsd-ports-graphics-bd9a310350c056bdb3c2bfaea021d29e7b0b09ae.tar.zst freebsd-ports-graphics-bd9a310350c056bdb3c2bfaea021d29e7b0b09ae.zip |
- Remove obsoleted hacks
PR: ports/66167
Submitted by: maintainer
-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 bd4f46d1ba4..ba05460fe77 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} |