diff options
author | alane <alane@FreeBSD.org> | 2002-11-24 01:39:24 +0800 |
---|---|---|
committer | alane <alane@FreeBSD.org> | 2002-11-24 01:39:24 +0800 |
commit | 5d64b8882ca5cee06f8743747baf69af9839ba4e (patch) | |
tree | f677b7727b36c583fd27ccc73b47da2c326eb3c2 /french | |
parent | 6cc9b66dbbbbf65c7a964e023c1ea91ec064ec2c (diff) | |
download | freebsd-ports-gnome-5d64b8882ca5cee06f8743747baf69af9839ba4e.tar.gz freebsd-ports-gnome-5d64b8882ca5cee06f8743747baf69af9839ba4e.tar.zst freebsd-ports-gnome-5d64b8882ca5cee06f8743747baf69af9839ba4e.zip |
Removed in preparation for update to cups 1.1.16.
Diffstat (limited to 'french')
-rw-r--r-- | french/Makefile | 3 | ||||
-rw-r--r-- | french/cups-base/Makefile | 17 | ||||
-rw-r--r-- | french/cups-lpr/Makefile | 19 | ||||
-rw-r--r-- | french/cups/Makefile | 20 |
4 files changed, 0 insertions, 59 deletions
diff --git a/french/Makefile b/french/Makefile index 1bebb9a16150..42260e71d9fb 100644 --- a/french/Makefile +++ b/french/Makefile @@ -3,9 +3,6 @@ SUBDIR += xtel SUBDIR += aspell - SUBDIR += cups - SUBDIR += cups-base - SUBDIR += cups-lpr SUBDIR += ispell SUBDIR += kde3-i18n SUBDIR += netscape7 diff --git a/french/cups-base/Makefile b/french/cups-base/Makefile deleted file mode 100644 index a73864ebbcc4..000000000000 --- a/french/cups-base/Makefile +++ /dev/null @@ -1,17 +0,0 @@ -# New ports collection makefile for: cups-base-fr -# Date created: 08 June 2002 -# Whom: James Halstead <jah4007@cs.rit.edu> -# -# $FreeBSD$ -# - -PORTNAME= cups-base -PORTVERSION= ${CUPS_PORTVER} -CATEGORIES= french print - -MAINTAINER= alane@FreeBSD.org - -CUPS_FR= yes -MASTERDIR= ${.CURDIR}/../../print/cups-base - -.include "${MASTERDIR}/Makefile" diff --git a/french/cups-lpr/Makefile b/french/cups-lpr/Makefile deleted file mode 100644 index d7f7bc806b4a..000000000000 --- a/french/cups-lpr/Makefile +++ /dev/null @@ -1,19 +0,0 @@ -# New ports collection makefile for: cups-lpr-fr -# Date created: 08 June 2002 -# Whom: James Halstead <jah4007@cs.rit.edu> -# -# $FreeBSD$ -# - -PORTNAME= cups-lpr -PORTVERSION= ${CUPS_PORTVER} -CATEGORIES= french print - -MAINTAINER= alane@FreeBSD.org - -LIB_DEPENDS= cups.2:${.CURDIR}/../../french/cups-base - -CUPS_FR= yes -MASTERDIR= ${.CURDIR}/../../print/cups-lpr - -.include "${MASTERDIR}/Makefile" diff --git a/french/cups/Makefile b/french/cups/Makefile deleted file mode 100644 index ed6a8c5e7b47..000000000000 --- a/french/cups/Makefile +++ /dev/null @@ -1,20 +0,0 @@ -# New ports collection makefile for: cups-fr -# Date created: 08 June 2002 -# Whom: James Halstead <jah4007@cs.rit.edu> -# -# $FreeBSD$ -# - -PORTNAME= cups -PORTVERSION= ${CUPS_PORTVER} -CATEGORIES= french print - -MAINTAINER= alane@FreeBSD.org - -LIB_DEPENDS= cups.2:${.CURDIR}/../../french/cups-base -RUN_DEPENDS= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../french/cups-lpr - -CUPS_FR= yes -MASTERDIR= ${.CURDIR}/../../print/cups - -.include "${MASTERDIR}/Makefile" |