diff options
author | Alan Eldridge <alane@FreeBSD.org> | 2002-08-18 17:37:01 +0000 |
---|---|---|
committer | Alan Eldridge <alane@FreeBSD.org> | 2002-08-18 17:37:01 +0000 |
commit | 88a12693decd8f9c14fb308b5e2d2e27306ea251 (patch) | |
tree | 235414abfce3c0d22b5d9f1af6a6f3d17834cfde /print | |
parent | 7a3d1d7b5eb62fca5b79de1c811f7e06e8fb7148 (diff) | |
download | ports-88a12693decd8f9c14fb308b5e2d2e27306ea251.tar.gz ports-88a12693decd8f9c14fb308b5e2d2e27306ea251.zip |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/cups-base/Makefile | 2 | ||||
-rw-r--r-- | print/cups-lpr/Makefile | 2 | ||||
-rw-r--r-- | print/cups/Makefile | 5 |
3 files changed, 5 insertions, 4 deletions
diff --git a/print/cups-base/Makefile b/print/cups-base/Makefile index f612c1ccad43..0045985c55c5 100644 --- a/print/cups-base/Makefile +++ b/print/cups-base/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 3 CATEGORIES?= print -MAINTAINER= jah4007@cs.rit.edu +MAINTAINER= ports@geeksrus.net INSTALLS_SHLIB= yes diff --git a/print/cups-lpr/Makefile b/print/cups-lpr/Makefile index b5857b6a8ece..3bfd4cbf593e 100644 --- a/print/cups-lpr/Makefile +++ b/print/cups-lpr/Makefile @@ -10,7 +10,7 @@ PORTVERSION= ${CUPS_PORTVER} PORTREVISION= 1 CATEGORIES?= print -MAINTAINER= jah4007@cs.rit.edu +MAINTAINER= ports@geeksrus.net LIB_DEPENDS= cups.2:${.CURDIR}/../../print/cups-base RUN_DEPENDS= espgs:${.CURDIR}/../../print/cups-pstoraster diff --git a/print/cups/Makefile b/print/cups/Makefile index 39cfddeb740a..d41071d1a867 100644 --- a/print/cups/Makefile +++ b/print/cups/Makefile @@ -12,10 +12,11 @@ MASTER_SITES= # empty DISTFILES= # none EXTRACT_ONLY= # empty -MAINTAINER= jah4007@cs.rit.edu +MAINTAINER= ports@geeksrus.net LIB_DEPENDS?= cups.2:${.CURDIR}/../../print/cups-base -RUN_DEPENDS?= ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr +RUN_DEPENDS?= espgs:${.CURDIR}/../../print/cups-pstoraster \ + ${LOCALBASE}/sbin/cupsaddsmb:${.CURDIR}/../../print/cups-lpr NO_BUILD= true do-install: # empty |