diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 09:06:37 +0000 |
commit | 090316dbc14c2b14673d0d368ec85d09c5841a39 (patch) | |
tree | d6c413c3547e857d6c61c3d887298be79b3ea7e1 /misc | |
parent | Converted to MAN[1-8] (diff) |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buffer/Makefile | 8 | ||||
-rw-r--r-- | misc/dejagnu/Makefile | 8 | ||||
-rw-r--r-- | misc/fd/Makefile | 6 | ||||
-rw-r--r-- | misc/git/Makefile | 13 | ||||
-rw-r--r-- | misc/gnuit/Makefile | 13 | ||||
-rw-r--r-- | misc/gnuls/Makefile | 9 | ||||
-rw-r--r-- | misc/kp/Makefile | 8 | ||||
-rw-r--r-- | misc/less/Makefile | 4 | ||||
-rw-r--r-- | misc/mc/Makefile | 7 | ||||
-rw-r--r-- | misc/p5-Array-PrintCols/Makefile | 18 | ||||
-rw-r--r-- | misc/p5-Business-CreditCard/Makefile | 12 | ||||
-rw-r--r-- | misc/tkman/Makefile | 8 |
12 files changed, 31 insertions, 83 deletions
diff --git a/misc/buffer/Makefile b/misc/buffer/Makefile index 923d94cdbc02..3664c2cb2583 100644 --- a/misc/buffer/Makefile +++ b/misc/buffer/Makefile @@ -3,7 +3,7 @@ # Date created: 17 Nov 1995 # Whom: markm # -# $Id: Makefile,v 1.4 1995/11/26 10:47:25 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:15 obrien Exp $ # DISTNAME= buffer-1.17 @@ -13,10 +13,6 @@ MASTER_SITES= ftp://ftp.sun.ac.za/pub/unix/misc/ MAINTAINER= markm@FreeBSD.ORG NO_WRKSUBDIR= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/manl/buffer.l -.endif +MANL= buffer.l .include <bsd.port.mk> diff --git a/misc/dejagnu/Makefile b/misc/dejagnu/Makefile index b133d7cbff5a..5400235a9595 100644 --- a/misc/dejagnu/Makefile +++ b/misc/dejagnu/Makefile @@ -3,7 +3,7 @@ # Date created: 12 October 1996 # Whom: markm # -# $Id: Makefile,v 1.2 1996/11/01 06:10:22 markm Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:24 obrien Exp $ # DISTNAME= dejagnu-1.3 @@ -18,10 +18,6 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/dejagnu GNU_CONFIGURE= yes CONFIGURE_ARGS= i386-freebsd STRIP= - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/runtest.1 -.endif +MAN1= runtest.1 .include <bsd.port.mk> diff --git a/misc/fd/Makefile b/misc/fd/Makefile index 4467893744f6..a2b4a27e86f9 100644 --- a/misc/fd/Makefile +++ b/misc/fd/Makefile @@ -3,7 +3,7 @@ # Date created: 20 Feb 1996 # Whom: Nobuhiro Yasutomi <nobu@psrc.isac.co.jp> # -# $Id: Makefile,v 1.1.1.1 1996/03/20 07:53:43 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 05:49:29 obrien Exp $ # DISTNAME= FD-1.01 @@ -14,14 +14,14 @@ MASTER_SITES= ftp://ftp.mei.co.jp/free/others/Utilities/ MAINTAINER= nobu@psrc.isac.co.jp ALL_TARGET= goal -PATCH_STRIP= -p0 -o fdrc +PATCH_STRIP= -p0 -o fdrc INSTALL_TARGET= install catman +MAN1= fd.1 do-configure: cd ${WRKSRC} ; make config post-install: rm -f /usr/local/man/man1/fd.1.gz /usr/local/man/cat1/fd.1.gz - gzip -9 /usr/local/man/man1/fd.1 /usr/local/man/cat1/fd.1 .include <bsd.port.mk> diff --git a/misc/git/Makefile b/misc/git/Makefile index f0f06370d6fc..6ccf342e01a9 100644 --- a/misc/git/Makefile +++ b/misc/git/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/10/16 09:14:08 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ # DISTNAME= git-4.3.11 @@ -11,19 +11,12 @@ CATEGORIES= misc MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= YES +MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ + gitps.1 gitview.1 pre-install: ${CP} ${WRKSRC}/term/.gitrc.ansi \ ${WRKSRC}/term/.gitrc.cons25 (cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch ) -post-install: -.if !defined(NOMANCOMPRESS) - @gzip -9nf ${PREFIX}/man/man1/git.1 \ - ${PREFIX}/man/man1/gitaction.1 ${PREFIX}/man/man1/gitmount.1 \ - ${PREFIX}/man/man1/gitcmp.1 ${PREFIX}/man/man1/gitkeys.1 \ - ${PREFIX}/man/man1/gitredir.1 ${PREFIX}/man/man1/gitrgrep.1 \ - ${PREFIX}/man/man1/gitps.1 ${PREFIX}/man/man1/gitview.1 -.endif - .include <bsd.port.mk> diff --git a/misc/gnuit/Makefile b/misc/gnuit/Makefile index f0f06370d6fc..6ccf342e01a9 100644 --- a/misc/gnuit/Makefile +++ b/misc/gnuit/Makefile @@ -3,7 +3,7 @@ # Date created: 12 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.4 1996/10/16 09:14:08 asami Exp $ +# $Id: Makefile,v 1.5 1996/11/11 05:49:35 obrien Exp $ # DISTNAME= git-4.3.11 @@ -11,19 +11,12 @@ CATEGORIES= misc MASTER_SITES= ftp://prep.ai.mit.edu/pub/gnu/ GNU_CONFIGURE= YES +MAN1= git.1 gitmount.1 gitcmp.1 gitkeys.1 gitredir.1 gitrgrep.1 \ + gitps.1 gitview.1 pre-install: ${CP} ${WRKSRC}/term/.gitrc.ansi \ ${WRKSRC}/term/.gitrc.cons25 (cd ${WRKSRC}/term ; patch --quiet -p0 <${FILESDIR}/gitrc.cons25.patch ) -post-install: -.if !defined(NOMANCOMPRESS) - @gzip -9nf ${PREFIX}/man/man1/git.1 \ - ${PREFIX}/man/man1/gitaction.1 ${PREFIX}/man/man1/gitmount.1 \ - ${PREFIX}/man/man1/gitcmp.1 ${PREFIX}/man/man1/gitkeys.1 \ - ${PREFIX}/man/man1/gitredir.1 ${PREFIX}/man/man1/gitrgrep.1 \ - ${PREFIX}/man/man1/gitps.1 ${PREFIX}/man/man1/gitview.1 -.endif - .include <bsd.port.mk> diff --git a/misc/gnuls/Makefile b/misc/gnuls/Makefile index b7491fbd6958..759abb2332f8 100644 --- a/misc/gnuls/Makefile +++ b/misc/gnuls/Makefile @@ -3,7 +3,7 @@ # Date created: 06 January 1996 # Whom: bmc@WillsCreek.COM # -# $Id: Makefile,v 1.1.1.1 1996/01/15 10:37:17 asami Exp $ +# $Id: Makefile,v 1.2 1996/11/11 05:49:44 obrien Exp $ # DISTNAME= fileutils-3.12 @@ -20,11 +20,6 @@ MAINTAINER= bmc@WillsCreek.COM PATCH_DIST_STRIP= -p1 GNU_CONFIGURE= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/linuxls.1 - gzip -9nf ${PREFIX}/man/man1/dircolors.1 -.endif +MAN1= linuxls.1 dircolors.1 .include <bsd.port.mk> diff --git a/misc/kp/Makefile b/misc/kp/Makefile index 2bebc5916bd6..f38a48c5a739 100644 --- a/misc/kp/Makefile +++ b/misc/kp/Makefile @@ -3,7 +3,7 @@ # Date created: 8 May 1995 # Whom: asami # -# $Id: Makefile,v 1.5 1996/10/16 08:55:30 asami Exp $ +# $Id: Makefile,v 1.6 1996/11/11 05:49:40 obrien Exp $ # DISTNAME= kp-0.96 @@ -15,10 +15,6 @@ MAINTAINER= asami@FreeBSD.org RUN_DEPENDS= wish4.1:${PORTSDIR}/x11/tk41 USE_X11= yes - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/kp.1 -.endif +MAN1= kp.1 .include <bsd.port.mk> diff --git a/misc/less/Makefile b/misc/less/Makefile index 2cd6dddd8306..338626b2b767 100644 --- a/misc/less/Makefile +++ b/misc/less/Makefile @@ -3,7 +3,7 @@ # Date created: 8 Nov 1994 # Whom: ache # -# $Id: Makefile,v 1.11 1996/07/26 04:25:29 ache Exp $ +# $Id: Makefile,v 1.12 1996/11/11 05:49:42 obrien Exp $ # DISTNAME= less-321 @@ -22,7 +22,7 @@ pre-clean: .if defined(COLOUR_LESS) || defined(COLOR_LESS) pre-patch: @echo "Making a colour version of less." - @cp ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR} + @${CP} ${FILESDIR}/${EXTRA_PATCH} ${PATCHDIR} .endif .include <bsd.port.mk> diff --git a/misc/mc/Makefile b/misc/mc/Makefile index 0b0c10875bd9..4b90492243ba 100644 --- a/misc/mc/Makefile +++ b/misc/mc/Makefile @@ -3,7 +3,7 @@ # Date created: 15 Jul 1995 # Whom: torstenb@FreeBSD.ORG # -# $Id: Makefile,v 1.6 1996/10/20 19:23:42 max Exp $ +# $Id: Makefile,v 1.7 1996/11/11 05:49:48 obrien Exp $ # DISTNAME= mc-3.2.1 @@ -15,11 +15,10 @@ MAINTAINER= torstenb@FreeBSD.ORG GNU_CONFIGURE= YES CONFIGURE_ARGS= --with-ncurses STRIP= +MAN1= mc.1 +MAN8= mcserv.8 post-install: @/usr/bin/strip ${PREFIX}/bin/mc ${PREFIX}/sbin/mcserv -.if !defined(NOMANCOMPRESS) - @gzip -9nf ${PREFIX}/man/man1/mc.1 ${PREFIX}/man/man8/mcserv.8 -.endif .include <bsd.port.mk> diff --git a/misc/p5-Array-PrintCols/Makefile b/misc/p5-Array-PrintCols/Makefile index ad44816706ff..3299b2d9dbbe 100644 --- a/misc/p5-Array-PrintCols/Makefile +++ b/misc/p5-Array-PrintCols/Makefile @@ -3,18 +3,14 @@ # Date created: October 17th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:57:40 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:53 obrien Exp $ # DISTNAME= Array-PrintCols-1.2 PKGNAME= p5-Array-PrintCols-1.2 CATEGORIES= misc -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Array/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Array/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Array MAINTAINER= jfitz@FreeBSD.ORG @@ -22,14 +18,6 @@ BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5 NO_BUILD= YES - WRKSRC= ${WRKDIR}/Array-PrintCols -post-install: -.if !defined(NOMANCOMPRESS) - @ for file in ; do \ - gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \ - done -.endif - .include <bsd.port.mk> diff --git a/misc/p5-Business-CreditCard/Makefile b/misc/p5-Business-CreditCard/Makefile index ab7045066a00..b166e5213dae 100644 --- a/misc/p5-Business-CreditCard/Makefile +++ b/misc/p5-Business-CreditCard/Makefile @@ -3,18 +3,14 @@ # Date created: October 20th 1996 # Whom: James FitzGibbon <jfitz@FreeBSD.org> # -# $Id: Makefile,v 1.2 1996/10/24 09:57:50 jfitz Exp $ +# $Id: Makefile,v 1.3 1996/11/11 05:49:55 obrien Exp $ # DISTNAME= Business-CreditCard-0.1 PKGNAME= p5-Business-CreditCard-0.1 CATEGORIES= misc -MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Business/ \ - ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Business/ \ - ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Business/ \ - ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Business/ \ - ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Business/ \ - ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Business/ +MASTER_SITES= ${MASTER_SITE_PERL_CPAN} +MASTER_SITE_SUBDIR= Business MAINTAINER= jfitz@FreeBSD.ORG @@ -25,7 +21,7 @@ NO_BUILD= YES do-install: @ ${CP} ${WRKSRC}/CreditCard.pm ${WRKSRC}/CreditCard-0.1.pm - @ ${MKDIR} -p ${PREFIX}/lib/perl5/site_perl/Business/ + @ ${MKDIR} ${PREFIX}/lib/perl5/site_perl/Business/ @ ${INSTALL_DATA} ${WRKSRC}/CreditCard-0.1.pm ${PREFIX}/lib/perl5/site_perl/Business/ @ ln -sf ${PREFIX}/lib/perl5/site_perl/Business/CreditCard-0.1.pm ${PREFIX}/lib/perl5/site_perl/Business/CreditCard.pm diff --git a/misc/tkman/Makefile b/misc/tkman/Makefile index 05f80a3c42fa..7ecce211a2cd 100644 --- a/misc/tkman/Makefile +++ b/misc/tkman/Makefile @@ -3,7 +3,7 @@ # Date created: 27 Dec 1994 # Whom: thomas@ghpc8.ihf.rwth-aachen.de # -# $Id: Makefile,v 1.18 1996/11/11 05:50:17 obrien Exp $ +# $Id: Makefile,v 1.19 1996/11/11 07:53:07 tg Exp $ # DISTNAME= tkman-1.8 @@ -18,10 +18,6 @@ RUN_DEPENDS= rman:${PORTSDIR}/misc/rman \ glimpse:${PORTSDIR}/misc/glimpse NO_CDROM= yes # Don't sell for profit - -post-install: -.if !defined(NOMANCOMPRESS) - gzip -9nf ${PREFIX}/man/man1/tkman.1 -.endif +MAN1= tkman.1 .include <bsd.port.mk> |