diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:32:15 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:32:15 +0000 |
commit | 166b77d9e68ada273e7bf1b5872b47f6b3ddc699 (patch) | |
tree | b0064b1cda95b940edacc9e04de1677f5be52faf /x11 | |
parent | d75a4f98eaf9ef190fea5a89a5c135a824633ddc (diff) | |
download | ports-166b77d9e68ada273e7bf1b5872b47f6b3ddc699.tar.gz ports-166b77d9e68ada273e7bf1b5872b47f6b3ddc699.zip |
Notes
Diffstat (limited to 'x11')
-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 |