diff options
author | agc <agc> | 1998-06-22 12:58:33 +0000 |
---|---|---|
committer | agc <agc> | 1998-06-22 12:58:33 +0000 |
commit | 1a6a93321fe1d40fda5870867057a31a14f3e39a (patch) | |
tree | d4348e0f294c2e984b78663e6958bb9a3bb8fcd8 /shells/bash2 | |
parent | aa44a9a00bf8102d4cbba7e7d709ae21e218fc7f (diff) | |
download | pkgsrc-1a6a93321fe1d40fda5870867057a31a14f3e39a.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index cf7c473705c..e0425877285 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 1998/06/03 13:50:58 agc Exp $ +# $NetBSD: Makefile,v 1.10 1998/06/22 13:07:50 agc Exp $ # FreeBSD Id: Makefile,v 1.26 1997/06/27 23:03:27 ache Exp # @@ -17,7 +17,6 @@ DISTFILES= bash-${V}.tar.gz bash-doc-${V}.tar.gz MAINTAINER= packages@netbsd.org GNU_CONFIGURE= Yes -MAN1= bash.1 bashbug.1 USE_GTEXINFO= yes pre-install: |