summaryrefslogtreecommitdiff
path: root/print/ghostscript-nox11/Makefile.common
diff options
context:
space:
mode:
authorwiz <wiz>2004-12-03 15:14:50 +0000
committerwiz <wiz>2004-12-03 15:14:50 +0000
commit998b0c7156c398a485c9894ae57403d161b66dca (patch)
tree8f483a3c4a5e5f1691642df617cb7138d1cf8187 /print/ghostscript-nox11/Makefile.common
parent589cabc7dea50acb511116250b8e586dcd851c0f (diff)
downloadpkgsrc-998b0c7156c398a485c9894ae57403d161b66dca.tar.gz
Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.
Suggested by Roland Illig, ok'd by various.
Diffstat (limited to 'print/ghostscript-nox11/Makefile.common')
-rw-r--r--print/ghostscript-nox11/Makefile.common4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/ghostscript-nox11/Makefile.common b/print/ghostscript-nox11/Makefile.common
index 577bdac85b1..ff57b4fd1eb 100644
--- a/print/ghostscript-nox11/Makefile.common
+++ b/print/ghostscript-nox11/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.55 2004/08/27 06:29:10 jlam Exp $
+# $NetBSD: Makefile.common,v 1.56 2004/12/03 15:15:07 wiz Exp $
DISTNAME= ghostscript-${GS_VERS}
GS_VERS= 6.01
@@ -131,7 +131,7 @@ PLIST_SRC= ${.CURDIR}/../../print/ghostscript-nox11/PLIST
DIST_SUBDIR= ghostscript
MAKEFILE= src/unix-gcc.mak
-ALL_TARGET= std
+BUILD_TARGET= std
.include "../../mk/bsd.prefs.mk"