diff options
Diffstat (limited to 'cad')
-rw-r--r-- | cad/eagle/Makefile | 4 | ||||
-rw-r--r-- | cad/simian-docs/Makefile | 4 | ||||
-rw-r--r-- | cad/tkgate/Makefile | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/cad/eagle/Makefile b/cad/eagle/Makefile index 17450dd85e1..0bffd93cb70 100644 --- a/cad/eagle/Makefile +++ b/cad/eagle/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2006/02/05 23:08:20 joerg Exp $ +# $NetBSD: Makefile,v 1.16 2006/04/22 09:22:06 rillig Exp $ # DISTNAME= eagle-lin-eng-4.14 @@ -21,7 +21,7 @@ DEPENDS+= suse_x11>=6.1:../../emulators/${SUSE_DIR_PREFIX}_x11 ONLY_FOR_PLATFORM= *-*-i386 CHECK_SHLIBS= NO # this is Linux software -RESTRICTED= "Redistribution not permitted" +RESTRICTED= Redistribution not permitted LICENSE= fee-based-commercial-use NO_SRC_ON_FTP= ${RESTRICTED} NO_SRC_ON_CDROM= ${RESTRICTED} diff --git a/cad/simian-docs/Makefile b/cad/simian-docs/Makefile index 374141371fa..11e0d111b28 100644 --- a/cad/simian-docs/Makefile +++ b/cad/simian-docs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/01/20 12:09:09 agc Exp $ +# $NetBSD: Makefile,v 1.7 2006/04/22 09:22:06 rillig Exp $ # DISTNAME= simian_man_12_98 @@ -11,7 +11,7 @@ MAINTAINER= dmcmahill@NetBSD.org HOMEPAGE= http://weewave.mer.utexas.edu/MED_files/MED_research/Intrcncts/SIMIAN_stuff/simian_links.html COMMENT= PDF manual for SIMIAN -RESTRICTED= "Personal use only" +RESTRICTED= Personal use only NO_SRC_ON_CDROM= ${RESTRICTED} NO_BIN_ON_CDROM= ${RESTRICTED} NO_SRC_ON_FTP= ${RESTRICTED} diff --git a/cad/tkgate/Makefile b/cad/tkgate/Makefile index 2430d013fca..563604c7c99 100644 --- a/cad/tkgate/Makefile +++ b/cad/tkgate/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:02 jlam Exp $ +# $NetBSD: Makefile,v 1.22 2006/04/22 09:22:06 rillig Exp $ # DISTNAME= tkgate-1.6i @@ -23,7 +23,7 @@ CONFIGURE_ENV+= BUILDLINK_LDFLAGS=${BUILDLINK_LDFLAGS:Q} CONFIGURE_ENV+= PREFIX=${PREFIX:Q} SUBST_CLASSES+= tkgate -SUBST_MESSAGE.tkgate= "Fixing paths in configuration files." +SUBST_MESSAGE.tkgate= Fixing paths in configuration files. SUBST_STAGE.tkgate= pre-configure SUBST_FILES.tkgate= config.h SUBST_SED.tkgate= -e 's|@LOCALBASE@|${LOCALBASE}|g' |