diff options
author | anholt <anholt@FreeBSD.org> | 2004-01-25 16:32:15 +0800 |
---|---|---|
committer | anholt <anholt@FreeBSD.org> | 2004-01-25 16:32:15 +0800 |
commit | d0f654c9c08da1a03090664db2f21f0ffd5dabc0 (patch) | |
tree | e5922ee166b2be580c64156c0c8bede0423fd071 /x11/libXtrans | |
parent | 39df25f5f6dff5ef3e194d33714bb722983d2ccd (diff) | |
download | freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.tar.gz freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.tar.zst freebsd-ports-gnome-d0f654c9c08da1a03090664db2f21f0ffd5dabc0.zip |
Update to 0.1
Diffstat (limited to 'x11/libXtrans')
-rw-r--r-- | x11/libXtrans/Makefile | 8 | ||||
-rw-r--r-- | x11/libXtrans/distinfo | 2 | ||||
-rw-r--r-- | x11/libXtrans/files/patch-Makefile.in | 11 |
3 files changed, 5 insertions, 16 deletions
diff --git a/x11/libXtrans/Makefile b/x11/libXtrans/Makefile index e12e8318e853..873d249e88b1 100644 --- a/x11/libXtrans/Makefile +++ b/x11/libXtrans/Makefile @@ -6,18 +6,18 @@ # PORTNAME= libXtrans -PORTVERSION= 0.1.p1 +PORTVERSION= 0.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org -COMMENT= network API translation layer for X applications and libraries +COMMENT= Network API translation layer for X applications and libraries USE_BZIP2= yes PREFIX?= ${X11BASE} GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-0.1 +USE_GNOME= gnomehack .include <bsd.port.mk> diff --git a/x11/libXtrans/distinfo b/x11/libXtrans/distinfo index e1082d0330db..cb0490577546 100644 --- a/x11/libXtrans/distinfo +++ b/x11/libXtrans/distinfo @@ -1 +1 @@ -MD5 (libXtrans-0.1.p1.tar.bz2) = 0a674f4f5b2197f15b8a80fa35bd4d17 +MD5 (libXtrans-0.1.tar.bz2) = a5ae4c7a75f930053b8327f7bd0c1361 diff --git a/x11/libXtrans/files/patch-Makefile.in b/x11/libXtrans/files/patch-Makefile.in deleted file mode 100644 index f4437c5d7003..000000000000 --- a/x11/libXtrans/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Nov 9 22:43:21 2003 -+++ Makefile.in Sun Nov 9 22:43:52 2003 -@@ -121,7 +121,7 @@ - transport.c - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xtrans.pc - - EXTRA_DIST = xtrans.pc.in |