diff options
author | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
---|---|---|
committer | max <max@FreeBSD.org> | 1996-12-08 09:45:16 +0800 |
commit | e5d1935b6be9d489ab4a2dfb5abf9f84bc703377 (patch) | |
tree | 3ca7b66299964875daf16e2b9e0b0fd38199fa86 /print | |
parent | 5f4dc3c6771724d3b6e4a01bed5b94b8b1ce3730 (diff) | |
download | freebsd-ports-graphics-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.gz freebsd-ports-graphics-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.tar.zst freebsd-ports-graphics-e5d1935b6be9d489ab4a2dfb5abf9f84bc703377.zip |
No `.' is needed at the end of the reason string for NO_CDROM, NO_PACKAGE,
RESTRICTED or BROKEN.
Pointed-out by: asami
Diffstat (limited to 'print')
-rw-r--r-- | print/apsfilter/Makefile | 4 | ||||
-rw-r--r-- | print/apsfilter6/Makefile | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/print/apsfilter/Makefile b/print/apsfilter/Makefile index 6cad77fef6d..759b1d42a00 100644 --- a/print/apsfilter/Makefile +++ b/print/apsfilter/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ +# $Id: Makefile,v 1.10 1996/12/07 11:26:54 max Exp $ # DISTNAME= apsfilter-4.9.3 @@ -18,7 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= "Too many questions." +NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter diff --git a/print/apsfilter6/Makefile b/print/apsfilter6/Makefile index 6cad77fef6d..759b1d42a00 100644 --- a/print/apsfilter6/Makefile +++ b/print/apsfilter6/Makefile @@ -3,7 +3,7 @@ # Date created: Tue Nov 14 18:29:48 MET 1995 # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.9 1996/11/17 08:44:24 obrien Exp $ +# $Id: Makefile,v 1.10 1996/12/07 11:26:54 max Exp $ # DISTNAME= apsfilter-4.9.3 @@ -18,7 +18,7 @@ RUN_DEPENDS= gs:${PORTSDIR}/print/ghostscript4 \ anytopnm:${PORTSDIR}/graphics/netpbm NO_CONFIGURE= yes -NO_PACKAGE= "Too many questions." +NO_PACKAGE= "Too many questions" IS_INTERACTIVE= yes WRKSRC= ${WRKDIR}/apsfilter |