diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:18:29 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2001-09-11 20:18:29 +0000 |
commit | 15339dfc1041f6662fad0ed6926e9b9e1f5ff4a5 (patch) | |
tree | 639d8ed3157a4b744fe73accbbd888341f2fe23c /print | |
parent | f490d90d09cb643c6dc470973c79a0727edcf617 (diff) | |
download | freebsd-ports-15339dfc1041f6662fad0ed6926e9b9e1f5ff4a5.zip |
Use the :: operator for pre-everything.
Submitted by: Dan Langille <dan@langille.org>
Diffstat (limited to 'print')
-rw-r--r-- | print/ghostscript-afpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gnu/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript-gpl/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript7/Makefile | 2 | ||||
-rw-r--r-- | print/ghostscript8/Makefile | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/print/ghostscript-afpl/Makefile b/print/ghostscript-afpl/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript-afpl/Makefile +++ b/print/ghostscript-afpl/Makefile @@ -130,7 +130,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else diff --git a/print/ghostscript-gnu/Makefile b/print/ghostscript-gnu/Makefile index b5e7f7e246cf..9ae1bc65adc2 100644 --- a/print/ghostscript-gnu/Makefile +++ b/print/ghostscript-gnu/Makefile @@ -127,7 +127,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else diff --git a/print/ghostscript-gpl/Makefile b/print/ghostscript-gpl/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript-gpl/Makefile +++ b/print/ghostscript-gpl/Makefile @@ -130,7 +130,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else diff --git a/print/ghostscript7/Makefile b/print/ghostscript7/Makefile index b5e7f7e246cf..9ae1bc65adc2 100644 --- a/print/ghostscript7/Makefile +++ b/print/ghostscript7/Makefile @@ -127,7 +127,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else diff --git a/print/ghostscript8/Makefile b/print/ghostscript8/Makefile index 0a61cda1ecbb..c754146a5f48 100644 --- a/print/ghostscript8/Makefile +++ b/print/ghostscript8/Makefile @@ -130,7 +130,7 @@ CFLAGS+= -D_LITTLE_ENDIAN .SILENT: -pre-everything: +pre-everything:: .if !defined(A4) ${ECHO_MSG} "Type \"make A4=yes\" if you want -DA4 for compilation." .else |