summaryrefslogtreecommitdiff
path: root/shells/zsh3
diff options
context:
space:
mode:
authorjlam <jlam>2003-01-28 22:03:00 +0000
committerjlam <jlam>2003-01-28 22:03:00 +0000
commit0888156f21e01be033066b564dc798018954d33c (patch)
treed3bbe0e3f34c0d0b96c3bf5abf2964293c181c7b /shells/zsh3
parent3782ed07f81d21f716d6f09001f4d66a5c4f8784 (diff)
downloadpkgsrc-0888156f21e01be033066b564dc798018954d33c.tar.gz
Instead of including bsd.pkg.install.mk directly in a package Makefile,
have it be automatically included by bsd.pkg.mk if USE_PKGINSTALL is set to "YES". This enforces the requirement that bsd.pkg.install.mk be included at the end of a package Makefile. Idea suggested by Julio M. Merino Vidal <jmmv at menta.net>.
Diffstat (limited to 'shells/zsh3')
-rw-r--r--shells/zsh3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/zsh3/Makefile b/shells/zsh3/Makefile
index c7e07046ec4..186e2fc7beb 100644
--- a/shells/zsh3/Makefile
+++ b/shells/zsh3/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2002/12/23 13:03:39 seb Exp $
+# $NetBSD: Makefile,v 1.6 2003/01/28 22:04:14 jlam Exp $
DISTNAME= zsh-3.0.8
CATEGORIES= shells
@@ -16,6 +16,7 @@ GNU_CONFIGURE= yes
INFO_FILES= zsh.info
TEXINFO_OVERRIDE= YES
USE_BUILDLINK2= YES
+USE_PKGINSTALL= YES
.include "../../mk/bsd.prefs.mk"
@@ -25,6 +26,5 @@ LDFLAGS+= -static
PKG_SHELL= ${PREFIX}/bin/zsh
-.include "../../mk/bsd.pkg.install.mk"
.include "../../mk/texinfo.mk"
.include "../../mk/bsd.pkg.mk"