diff options
author | sf <sf@FreeBSD.org> | 2001-06-12 22:59:53 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2001-06-12 22:59:53 +0800 |
commit | 002e8c437914812250e828194bf0f3f6a306fc95 (patch) | |
tree | e1d6b7316d63bb8606ab006b5a06429a82800f4e /x11/XFree86-4-clients/Makefile | |
parent | 617503965416481744abca022ec5b7fcbb41dd0b (diff) | |
download | freebsd-ports-gnome-002e8c437914812250e828194bf0f3f6a306fc95.tar.gz freebsd-ports-gnome-002e8c437914812250e828194bf0f3f6a306fc95.tar.zst freebsd-ports-gnome-002e8c437914812250e828194bf0f3f6a306fc95.zip |
update to 4.1.0.
get rid of version number from comments in Makefile, pkg-comment and pkg-descr.
Reviewed by: maintainer
Diffstat (limited to 'x11/XFree86-4-clients/Makefile')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 18 |
1 files changed, 7 insertions, 11 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index 2dd1840828fc..1d639e89f53c 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -1,4 +1,4 @@ -# New ports collection makefile for: XFree86-4-clients +# New ports collection makefile for: XFree86-clients # Date created: 10 Oct 1999 # Whom: taguchi@tohoku.iij.ad.jp # @@ -6,17 +6,13 @@ # PORTNAME= clients -PORTVERSION= 4.0.3 +PORTVERSION= 4.1.0 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= 4.0.2 +MASTER_SITE_SUBDIR= 4.1.0 PKGNAMEPREFIX= XFree86- -DISTFILES= X402src-1.tgz X402src-2.tgz -EXTRACT_ONLY= X402src-1.tgz - -PATCH_SITES= ${MASTER_SITE_XFREE:S,%SUBDIR%/source,4.0.3/patches,g} -PATCHFILES= 4.0.2-4.0.3.diff.gz -PATCH_DIST_STRIP= -p1 +DISTFILES= X410src-1.tgz X410src-2.tgz +EXTRACT_ONLY= X410src-1.tgz MAINTAINER= taguchi@tohoku.iij.ad.jp @@ -66,7 +62,7 @@ pre-fetch: MASTER_SITES+= ftp://psych.psy.uq.oz.au/pub/X11R5/ \ ftp://ftp.internat.freebsd.org/pub/FreeBSD/X11-Crypto/ \ ftp://ftp3.za.freebsd.org/pub/FreeBSD/X11-Crypto/ -EXTRACT_ONLY= X402src-1.tgz +EXTRACT_ONLY= X410src-1.tgz DISTFILES+= Wraphelp.c IGNOREFILES= Wraphelp.c .endif @@ -78,7 +74,7 @@ IGNOREFILES= Wraphelp.c post-extract: ( cd ${WRKDIR} && \ ${EXTRACT_CMD} ${EXTRACT_BEFORE_ARGS} \ - ${DISTDIR}/${DIST_SUBDIR}/X402src-2.tgz \ + ${DISTDIR}/${DIST_SUBDIR}/X410src-2.tgz \ | ${TAR} -xf - xc/fonts/util ) do-configure: |