diff options
author | agc <agc@pkgsrc.org> | 1998-06-03 13:50:58 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-03 13:50:58 +0000 |
commit | bbf389969f6c7f00c02a22f6c1637aaa6f30340b (patch) | |
tree | 5e877da0cc372eae7141389e2bbe7428fb3a5b86 /shells | |
parent | 66a20af2e1a132a53690d25297a475e762f790fe (diff) | |
download | pkgsrc-bbf389969f6c7f00c02a22f6c1637aaa6f30340b.tar.gz |
Include bsd.prefs.mk so that variables can be set in /etc/mk.conf
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 5 |
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 |