diff options
author | asami <asami@FreeBSD.org> | 1996-12-07 20:51:19 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1996-12-07 20:51:19 +0800 |
commit | fc5cc7d7eed5aa62cc53a7efe4c3777269f87fae (patch) | |
tree | 016116a4db5581225cba28a0f495d82abd681fcb /x11 | |
parent | 5e75f93ccbc92f581690e23e0812c8f56391c47e (diff) | |
download | freebsd-ports-graphics-fc5cc7d7eed5aa62cc53a7efe4c3777269f87fae.tar.gz freebsd-ports-graphics-fc5cc7d7eed5aa62cc53a7efe4c3777269f87fae.tar.zst freebsd-ports-graphics-fc5cc7d7eed5aa62cc53a7efe4c3777269f87fae.zip |
Add NO_PACKAGE reason (package available from XFree86).
Diffstat (limited to 'x11')
-rw-r--r-- | x11/XFree86-4-clients/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4-libraries/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-4/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86-contrib/Makefile | 4 | ||||
-rw-r--r-- | x11/XFree86/Makefile | 4 |
5 files changed, 10 insertions, 10 deletions
diff --git a/x11/XFree86-4-clients/Makefile b/x11/XFree86-4-clients/Makefile index a15c9993627..9e9a7afdfb7 100644 --- a/x11/XFree86-4-clients/Makefile +++ b/x11/XFree86-4-clients/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ +# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ # DISTNAME= xc @@ -20,7 +20,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86-4-libraries/Makefile b/x11/XFree86-4-libraries/Makefile index a15c9993627..9e9a7afdfb7 100644 --- a/x11/XFree86-4-libraries/Makefile +++ b/x11/XFree86-4-libraries/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ +# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ # DISTNAME= xc @@ -20,7 +20,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86-4/Makefile b/x11/XFree86-4/Makefile index a15c9993627..9e9a7afdfb7 100644 --- a/x11/XFree86-4/Makefile +++ b/x11/XFree86-4/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ +# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ # DISTNAME= xc @@ -20,7 +20,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World diff --git a/x11/XFree86-contrib/Makefile b/x11/XFree86-contrib/Makefile index 909732aea10..705d45a8004 100644 --- a/x11/XFree86-contrib/Makefile +++ b/x11/XFree86-contrib/Makefile @@ -3,7 +3,7 @@ # Date created: 7 November 1996 # Whom: asami # -# $Id: Makefile,v 1.1.1.1 1996/11/09 02:04:56 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/10 12:06:47 peter Exp $ # DISTNAME= XFree86-contrib-3.2 @@ -18,7 +18,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" USE_IMAKE= yes DIST_SUBDIR= xc WRKSRC= ${WRKDIR}/contrib diff --git a/x11/XFree86/Makefile b/x11/XFree86/Makefile index a15c9993627..9e9a7afdfb7 100644 --- a/x11/XFree86/Makefile +++ b/x11/XFree86/Makefile @@ -3,7 +3,7 @@ # Date created: 5 January 1995 # Whom: jmz # -# $Id: Makefile,v 1.22 1996/11/10 12:05:56 peter Exp $ +# $Id: Makefile,v 1.23 1996/11/25 02:29:26 jmz Exp $ # DISTNAME= xc @@ -20,7 +20,7 @@ MAINTAINER= jmz@FreeBSD.ORG # Define FORCE_PACKAGE from the command line if you want to override # this and build a package -NO_PACKAGE= yes +NO_PACKAGE= "Binary package distributed by XFree86 already" IS_INTERACTIVE= yes # configure script asks questions USE_X11= yes ALL_TARGET= World |