aboutsummaryrefslogtreecommitdiff
path: root/print/cups-client
diff options
context:
space:
mode:
authorAlex Kozlov <ak@FreeBSD.org>2013-10-23 20:45:10 +0000
committerAlex Kozlov <ak@FreeBSD.org>2013-10-23 20:45:10 +0000
commit546a9259a9ae07a5846bad2b19c0b0c0d6f0ba1c (patch)
tree84056547fc67df8dd731dcf176844fc9a2d209bf /print/cups-client
parentf4a1e022c0d267b40fde97c90402277490d4eb4f (diff)
downloadports-546a9259a9ae07a5846bad2b19c0b0c0d6f0ba1c.tar.gz
ports-546a9259a9ae07a5846bad2b19c0b0c0d6f0ba1c.zip
Notes
Diffstat (limited to 'print/cups-client')
-rw-r--r--print/cups-client/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/print/cups-client/Makefile b/print/cups-client/Makefile
index ac2be0c44825..113a5b8199a1 100644
--- a/print/cups-client/Makefile
+++ b/print/cups-client/Makefile
@@ -2,14 +2,15 @@
CATEGORIES= print
-MAINTAINER= c.petrik.sosa@gmail.com
+MAINTAINER= ports@FreeBSD.org
MASTERDIR?= ${.CURDIR}/../cups-base
CUPS_CLIENT= yes
-.if exists(${.CURDIR}/Makefile.local)
NO_STAGE= yes
+
+.if exists(${.CURDIR}/Makefile.local)
.include "${.CURDIR}/Makefile.local"
.endif