diff options
author | jlam <jlam> | 2004-01-05 12:36:41 +0000 |
---|---|---|
committer | jlam <jlam> | 2004-01-05 12:36:41 +0000 |
commit | 86cb9899ebf5351f0c24efa49e396e695a1bdec6 (patch) | |
tree | 2e65d143ed1cbf97a16993fdbc2f1bbab5232819 /shells | |
parent | 7fde9246bb050a199c66ede21e27366a60978636 (diff) | |
download | pkgsrc-86cb9899ebf5351f0c24efa49e396e695a1bdec6.tar.gz |
bl3ify
Diffstat (limited to 'shells')
-rw-r--r-- | shells/bash2/Makefile | 8 | ||||
-rw-r--r-- | shells/pdksh/Makefile | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index a403afd7492..a946e478e21 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2003/07/26 15:21:58 cjep Exp $ +# $NetBSD: Makefile,v 1.52 2004/01/05 12:36:41 jlam Exp $ # DISTNAME= bash-2.05b @@ -18,7 +18,9 @@ COMMENT= The GNU Bourne Again Shell CONFLICTS= static-bash-[0-9]* -USE_BUILDLINK2= yes +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes USE_PKGINSTALL= yes GNU_CONFIGURE= yes MAKE_ENV+= INSTALL_SCRIPT='${INSTALL_SCRIPT}' @@ -38,5 +40,5 @@ post-install: ${INSTALL_MAN} ${WRKSRC}/doc/bash.1 ${PREFIX}/man/man1 ${INSTALL_MAN} ${WRKSRC}/doc/bashbug.1 ${PREFIX}/man/man1 -.include "../../devel/gettext-lib/buildlink2.mk" +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/shells/pdksh/Makefile b/shells/pdksh/Makefile index d11cd4273c7..c5b7605b7dd 100644 --- a/shells/pdksh/Makefile +++ b/shells/pdksh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/10/04 10:23:16 jlam Exp $ +# $NetBSD: Makefile,v 1.7 2004/01/05 12:36:41 jlam Exp $ # DISTNAME= pdksh-5.2.14 @@ -15,7 +15,9 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://web.cs.mun.ca/~michael/pdksh/ COMMENT= Free clone of the AT&T Korn shell -USE_BUILDLINK2= yes +PKG_INSTALLATION_TYPES= overwrite pkgviews + +USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --program-prefix=pd |