diff options
author | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:12:18 +0000 |
---|---|---|
committer | Eric Anholt <anholt@FreeBSD.org> | 2004-01-25 08:12:18 +0000 |
commit | b84f36744b12595d6af5e27fb931b77aef97db7c (patch) | |
tree | 7978fef7c7380af793fe8908919ec12fcbcba949 /x11/xproto | |
parent | 9b39dcd290397d95db3f4bc339f2e9d973094895 (diff) | |
download | ports-b84f36744b12595d6af5e27fb931b77aef97db7c.tar.gz ports-b84f36744b12595d6af5e27fb931b77aef97db7c.zip |
Notes
Diffstat (limited to 'x11/xproto')
-rw-r--r-- | x11/xproto/Makefile | 6 | ||||
-rw-r--r-- | x11/xproto/distinfo | 2 | ||||
-rw-r--r-- | x11/xproto/files/patch-Makefile.in | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/x11/xproto/Makefile b/x11/xproto/Makefile index 03ddfcfb722d..649d930218dc 100644 --- a/x11/xproto/Makefile +++ b/x11/xproto/Makefile @@ -6,9 +6,9 @@ # PORTNAME= xproto -PORTVERSION= 6.6.p2 +PORTVERSION= 6.6.1 CATEGORIES= x11 -MASTER_SITES= http://pdx.freedesktop.org/~anholt/dist/ +MASTER_SITES= http://pdx.freedesktop.org/~xlibs/release/ MAINTAINER= x11@FreeBSD.org COMMENT= X11 protocol headers @@ -19,6 +19,6 @@ GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} USE_GMAKE= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME}-6.6 +USE_GNOME= gnomehack .include <bsd.port.mk> diff --git a/x11/xproto/distinfo b/x11/xproto/distinfo index 3ba996f2ebf0..6d683d6f5e74 100644 --- a/x11/xproto/distinfo +++ b/x11/xproto/distinfo @@ -1 +1 @@ -MD5 (xproto-6.6.p2.tar.bz2) = 95f894aed6538841902dee5a60ce2fb7 +MD5 (xproto-6.6.1.tar.bz2) = 8a7546a607dcd61b2ee595c763fd7f85 diff --git a/x11/xproto/files/patch-Makefile.in b/x11/xproto/files/patch-Makefile.in deleted file mode 100644 index e87e734977f6..000000000000 --- a/x11/xproto/files/patch-Makefile.in +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.in.orig Sun Nov 9 22:47:17 2003 -+++ Makefile.in Sun Nov 9 22:47:29 2003 -@@ -133,7 +133,7 @@ - keysymdef.h - - --pkgconfigdir = $(libdir)/pkgconfig -+pkgconfigdir = $(prefix)/libdata/pkgconfig - pkgconfig_DATA = xproto.pc - - EXTRA_DIST = autogen.sh xproto.pc.in |