summaryrefslogtreecommitdiff
path: root/shells/bash2
diff options
context:
space:
mode:
authoragc <agc>1998-06-03 13:50:58 +0000
committeragc <agc>1998-06-03 13:50:58 +0000
commit78e526de4a24ac6c968ad7a647f402a27a9c24e0 (patch)
tree5e877da0cc372eae7141389e2bbe7428fb3a5b86 /shells/bash2
parent22b04bef0aeefac1f67ecee9c0d0ebed42c6d6ab (diff)
downloadpkgsrc-78e526de4a24ac6c968ad7a647f402a27a9c24e0.tar.gz
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
Diffstat (limited to 'shells/bash2')
-rw-r--r--shells/bash2/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile
index 7c75f1d882a..cf7c473705c 100644
--- a/shells/bash2/Makefile
+++ b/shells/bash2/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 1998/04/21 14:23:27 hubertf Exp $
+# $NetBSD: Makefile,v 1.9 1998/06/03 13:50:58 agc Exp $
# FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp
#
@@ -7,6 +7,9 @@ DISTNAME= bash-${V}
CATEGORIES= shells
MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ \
${MASTER_SITE_GNU}
+
+.include "../../mk/bsd.prefs.mk"
+
.if !defined(NOPORTDOCS)
DISTFILES= bash-${V}.tar.gz bash-doc-${V}.tar.gz
.endif