summaryrefslogtreecommitdiff
path: root/print/epstool
diff options
context:
space:
mode:
authorobache <obache>2006-09-09 02:41:53 +0000
committerobache <obache>2006-09-09 02:41:53 +0000
commite1e386e3173dd4f36970c21d5a0ea223adc78eae (patch)
tree5a4cdd19b2797d53e5ff29d89f921d882e82acda /print/epstool
parente37a9c953f543fcbbd071377f304200ac57df715 (diff)
downloadpkgsrc-e1e386e3173dd4f36970c21d5a0ea223adc78eae.tar.gz
Rename variable MAKEFILE to MAKE_FILE.
Diffstat (limited to 'print/epstool')
-rw-r--r--print/epstool/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/print/epstool/Makefile b/print/epstool/Makefile
index 086540f6371..87aad5bbd73 100644
--- a/print/epstool/Makefile
+++ b/print/epstool/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2006/03/04 21:30:28 jlam Exp $
+# $NetBSD: Makefile,v 1.3 2006/09/09 02:46:08 obache Exp $
#
DISTNAME= epstool-3.07
@@ -9,6 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.cs.wisc.edu/~ghost/gsview/epstool.htm
COMMENT= Manipulate EPS files
-MAKEFILE= makefile
+MAKE_FILE= makefile
.include "../../mk/bsd.pkg.mk"