diff options
author | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1998-06-22 12:44:29 +0000 |
commit | daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c (patch) | |
tree | e293f6a477a8a77c5c37ad9f0769b3e49cd83158 /mbone | |
parent | 5aa5bdafe4c00759989f571dcedb711d708fbfd0 (diff) | |
download | pkgsrc-daa3dd519ae7d2f2b965e1cc9ca7cd78fa7ad24c.tar.gz |
Update package Makefiles for automatic manual page handling.
Diffstat (limited to 'mbone')
-rw-r--r-- | mbone/rat/Makefile | 3 | ||||
-rw-r--r-- | mbone/vat/Makefile | 3 | ||||
-rw-r--r-- | mbone/vic/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/mbone/rat/Makefile b/mbone/rat/Makefile index 3924d592933..ba83c5e3fc2 100644 --- a/mbone/rat/Makefile +++ b/mbone/rat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 1998/05/04 23:42:39 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 1998/06/22 12:47:35 agc Exp $ # DISTNAME= rat-3.0.24 @@ -12,7 +12,6 @@ DEPENDS+= tk-8.0p2:../../x11/tk80 RESTRICTED= "Contains DES encryption" MIRROR_DISTFILE=no USE_GMAKE= yes -MAN1= rat.1 do-build: cd ${WRKSRC} && PREFIX=${PREFIX} MAKE=${MAKE_PROGRAM} ./Build rat diff --git a/mbone/vat/Makefile b/mbone/vat/Makefile index e3b9928cef7..600c85a2a28 100644 --- a/mbone/vat/Makefile +++ b/mbone/vat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 1998/05/23 15:42:59 tv Exp $ +# $NetBSD: Makefile,v 1.14 1998/06/22 12:47:35 agc Exp $ # FreeBSD Id: Makefile,v 1.4 1997/09/11 03:54:43 fenner Exp # @@ -22,7 +22,6 @@ GSM_WORK= ${GSM_DIR}/${WRKDIR:T}/gsm-1.0-pl10 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-gsm=${GSM_WORK} INSTALL_TARGET= install install-man -MAN1= vat.1 post-install: @strip ${PREFIX}/bin/vat diff --git a/mbone/vic/Makefile b/mbone/vic/Makefile index 9f482756277..b48d3b19550 100644 --- a/mbone/vic/Makefile +++ b/mbone/vic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 1998/04/22 14:22:45 agc Exp $ +# $NetBSD: Makefile,v 1.7 1998/06/22 12:47:36 agc Exp $ # FreeBSD Id: Makefile,v 1.12 1997/09/11 03:54:53 fenner Exp # @@ -13,7 +13,6 @@ DEPENDS+= tk-8.0p2:../../x11/tk80 GNU_CONFIGURE= yes USE_X11= yes -MAN1= vic.1 post-install: strip ${PREFIX}/bin/vic |