diff options
author | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-29 12:04:27 +0000 |
---|---|---|
committer | FUJISHIMA Satsuki <sf@FreeBSD.org> | 2001-03-29 12:04:27 +0000 |
commit | 10427f38633c0f24c0247cb77f05bfe26e85adfa (patch) | |
tree | cbf40551ac7cf3840f9ca24f9b009799695d906d /x11 | |
parent | 69445cf3d35db26959026e9009b94b8819688ed2 (diff) | |
download | ports-10427f38633c0f24c0247cb77f05bfe26e85adfa.tar.gz ports-10427f38633c0f24c0247cb77f05bfe26e85adfa.zip |
o fix MASTER_SITE_SUBDIR.
o unbreak -clients when USA_RESIDENT does not set.
Submitted by: Mori Kouji <mori@tri.asanuma.co.jp>
Notes
Notes:
svn path=/head/; revision=40526
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4-documents/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 2 | ||||
-rw-r--r-- | x11/XFree86-4-manuals/Makefile | 2 |
4 files changed, 5 insertions, 5 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index fcfaab2804c8..2dd1840828fc 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -9,7 +9,7 @@ PORTNAME= clients PORTVERSION= 4.0.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITE_SUBDIR= 4.0.2 PKGNAMEPREFIX= XFree86- DISTFILES= X402src-1.tgz X402src-2.tgz EXTRACT_ONLY= X402src-1.tgz @@ -58,7 +58,7 @@ HasSecureRPC?= DEFAULT HasPam?= DEFAULT .if ${HasXdmAuth} == DEFAULT || ${HasXdmAuth} == YES -.if ${USA_RESIDENT} == YES +.if defined(USA_RESIDENT) && ${USA_RESIDENT} == YES pre-fetch: @${ECHO} @${ECHO} Assuming that you have fetched a USA-Legal Wraphelp.c. diff --git a/x11/XFree86-4-documents/Makefile b/x11/XFree86-4-documents/Makefile index fcef66f2fbd4..e3aed18d494a 100644 --- a/x11/XFree86-4-documents/Makefile +++ b/x11/XFree86-4-documents/Makefile @@ -9,7 +9,7 @@ PORTNAME= documents PORTVERSION= 4.0.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITE_SUBDIR= 4.0.2 PKGNAMEPREFIX= XFree86- DISTFILES= X402src-1.tgz X402src-2.tgz X402src-3.tgz EXTRACT_ONLY= X402src-2.tgz X402src-3.tgz diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index ee0df8594a45..b046ec1580e0 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -10,7 +10,7 @@ PORTVERSION= 4.0.3 PORTREVISION= 1 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITE_SUBDIR= 4.0.2 PKGNAMEPREFIX= XFree86- DISTFILES= X402src-1.tgz diff --git a/x11/XFree86-4-manuals/Makefile b/x11/XFree86-4-manuals/Makefile index 14387eccb4bf..4f35b3f3c569 100644 --- a/x11/XFree86-4-manuals/Makefile +++ b/x11/XFree86-4-manuals/Makefile @@ -9,7 +9,7 @@ PORTNAME= manuals PORTVERSION= 4.0.3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XFREE} -MASTER_SITE_SUBDIR= ${PORTVERSION} +MASTER_SITE_SUBDIR= 4.0.2 PKGNAMEPREFIX= XFree86- DISTFILES= X402src-1.tgz |