summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/p5-Convert-UU/Makefile21
-rw-r--r--deskutils/cal/Makefile6
-rw-r--r--deskutils/ical/Makefile8
-rw-r--r--deskutils/plan/Makefile10
-rw-r--r--finance/p5-Business-CreditCard/Makefile12
-rw-r--r--misc/buffer/Makefile8
-rw-r--r--misc/dejagnu/Makefile8
-rw-r--r--misc/fd/Makefile6
-rw-r--r--misc/git/Makefile13
-rw-r--r--misc/gnuit/Makefile13
-rw-r--r--misc/gnuls/Makefile9
-rw-r--r--misc/kp/Makefile8
-rw-r--r--misc/less/Makefile4
-rw-r--r--misc/mc/Makefile7
-rw-r--r--misc/p5-Array-PrintCols/Makefile18
-rw-r--r--misc/p5-Business-CreditCard/Makefile12
-rw-r--r--misc/tkman/Makefile8
-rw-r--r--shells/fd/Makefile6
-rw-r--r--sysutils/less/Makefile4
-rw-r--r--textproc/glimpse/Makefile10
-rw-r--r--textproc/ispell/Makefile14
-rw-r--r--textproc/mgdiff/Makefile4
-rw-r--r--textproc/rman/Makefile8
23 files changed, 67 insertions, 150 deletions
diff --git a/converters/p5-Convert-UU/Makefile b/converters/p5-Convert-UU/Makefile
index 4ebeeb31ca69..027dff08445d 100644
--- a/converters/p5-Convert-UU/Makefile
+++ b/converters/p5-Convert-UU/Makefile
@@ -3,35 +3,30 @@
# Date created: October 20th 1996
# Whom: James FitzGibbon <jfitz@FreeBSD.org>
#
-# $Id: Makefile,v 1.2 1996/10/24 09:58:09 jfitz Exp $
+# $Id: Makefile,v 1.3 1996/11/11 05:49:57 obrien Exp $
#
DISTNAME= Convert-UU-0.01
PKGNAME= p5-Convert-UU-0.1
CATEGORIES= misc
-MASTER_SITES= ftp://ftp.digital.com/pub/plan/perl/CPAN/modules/by-module/Convert/ \
- ftp://ftp.cdrom.com/pub/perl/CPAN/modules/by-module/Convert/ \
- ftp://ftp.cis.ufl.edu/pub/perl/CPAN/modules/by-module/Convert/ \
- ftp://ftp.leo.org/pub/comp/programming/languages/perl/CPAN/modules/by-module/Convert/ \
- ftp://ftp.demon.co.uk/pub/mirrors/perl/CPAN/modules/by-module/Convert/ \
- ftp://ftp.lab.kdd.co.jp/lang/perl/CPAN/modules/by-module/Convert/
+MASTER_SITES= ${MASTER_SITE_PERL_CPAN}
+MASTER_SITE_SUBDIR= Convert
MAINTAINER= jfitz@FreeBSD.ORG
BUILD_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
RUN_DEPENDS= perl5.003:${PORTSDIR}/lang/perl5
+MAN1= puuencode.1 puudecode.1
+
do-configure:
@ cd ${WRKSRC}; ${SETENV} ${MAKE_ENV} ${PREFIX}/bin/perl Makefile.PL
post-install:
.if !defined(NOMANCOMPRESS)
- @ for file in Convert::UU; do \
- gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
- done
- @ for file in puuencode puudecode; do \
- gzip -9nf ${PREFIX}//man/man1/$$file.1; \
- done
+ @ for file in Convert::UU; do \
+ gzip -9nf ${PREFIX}/lib/perl5/man/man3/$$file.3; \
+ done
.endif
.include <bsd.port.mk>
diff --git a/deskutils/cal/Makefile b/deskutils/cal/Makefile
index 23434d74a923..8ada80b856a8 100644
--- a/deskutils/cal/Makefile
+++ b/deskutils/cal/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 July 1996
# Whom: Andrey Zakhvatov <andy@cgu.chel.su>
#
-# $Id: Makefile,v 1.1.1.1 1996/07/10 10:25:13 asami Exp $
+# $Id: Makefile,v 1.2 1996/11/11 05:49:17 obrien Exp $
#
DISTNAME= cal-3.4
@@ -14,6 +14,7 @@ MAINTAINER= andy@cgu.chel.su
WRKSRC= ${WRKDIR}/cal34/source
ALL_TARGET= cal
+MAN1= cal.1
pre-patch:
@ /bin/mv ${WRKSRC}/makefile.unx ${WRKSRC}/Makefile
@@ -21,9 +22,6 @@ pre-patch:
do-install:
@${INSTALL_PROGRAM} ${WRKSRC}/cal ${PREFIX}/bin/cal
@${INSTALL_MAN} ${WRKSRC}/cal.1 ${PREFIX}/man/man1/cal.1
-.if !defined{NOMANCOMPRESS}
- @ gzip -9nf ${PREFIX}/man/man1/cal.1
-.endif
@ if [ ! -d ${PREFIX}/etc/cal ]; then ${MKDIR} ${PREFIX}/etc/cal; chmod 0755 ${PREFIX}/etc/cal; fi
@ if [ ! -f ${PREFIX}/etc/cal/calcol ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.col ${PREFIX}/etc/cal/calcol; fi
@ if [ ! -f ${PREFIX}/etc/cal/caldat ]; then ${INSTALL_DATA} ${WRKDIR}/cal34/cal.dat ${PREFIX}/etc/cal/caldat; fi
diff --git a/deskutils/ical/Makefile b/deskutils/ical/Makefile
index 93ed5b5605d5..49aa424d9477 100644
--- a/deskutils/ical/Makefile
+++ b/deskutils/ical/Makefile
@@ -3,7 +3,7 @@
# Date created: Mon Aug 28 13:35:31 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.5 1996/10/08 07:06:27 pst Exp $
+# $Id: Makefile,v 1.6 1996/11/11 05:49:38 obrien Exp $
#
DISTNAME= ical-2.1b2
@@ -18,10 +18,6 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-tclsh=/usr/bin/tclsh \
--with-tclconfig=/usr/libdata/tcl \
--with-tkconfig=${PREFIX}/lib
-
-.if !defined(NOMANCOMPRESS)
-post-install:
- @gzip -9nf ${PREFIX}/man/man1/ical.1
-.endif
+MAN1= ical.1
.include <bsd.port.mk>
diff --git a/deskutils/plan/Makefile b/deskutils/plan/Makefile
index 279a97031f19..0e9f9843b336 100644
--- a/deskutils/plan/Makefile
+++ b/deskutils/plan/Makefile
@@ -3,7 +3,7 @@
# Date created: 14 April 1996
# Whom: Daniel Eischen <deischen@iworks.InterWorks.org>
#
-# $Id: Makefile,v 1.1.1.1 1996/08/05 07:38:10 tg Exp $
+# $Id: Makefile,v 1.2 1996/08/09 04:27:44 asami Exp $
#
DISTNAME= plan-1.5.1
@@ -13,11 +13,7 @@ MASTER_SITES= ftp://ftp.x.org/contrib/applications/
MAINTAINER= deischen@iworks.InterWorks.org
REQUIRES_MOTIF= yes
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/plan.1
- gzip -9nf ${PREFIX}/man/man4/plan.4
-.endif
+MAN1= plan.1
+MAN4= plan.4
.include <bsd.port.mk>
diff --git a/finance/p5-Business-CreditCard/Makefile b/finance/p5-Business-CreditCard/Makefile
index ab7045066a00..b166e5213dae 100644
--- a/finance/p5-Business-CreditCard/Makefile
+++ b/finance/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/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>
diff --git a/shells/fd/Makefile b/shells/fd/Makefile
index 4467893744f6..a2b4a27e86f9 100644
--- a/shells/fd/Makefile
+++ b/shells/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/sysutils/less/Makefile b/sysutils/less/Makefile
index 2cd6dddd8306..338626b2b767 100644
--- a/sysutils/less/Makefile
+++ b/sysutils/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/textproc/glimpse/Makefile b/textproc/glimpse/Makefile
index 6aee3493f7c7..5af53093a417 100644
--- a/textproc/glimpse/Makefile
+++ b/textproc/glimpse/Makefile
@@ -3,7 +3,7 @@
# Date created: 25 August 1996
# Whom: chuckr@freebsd.org
#
-# $Id: Makefile,v 1.5 1996/08/26 02:14:25 chuckr Exp $
+# $Id: Makefile,v 1.6 1996/11/11 05:49:36 obrien Exp $
#
DISTNAME= glimpse-3.6.src
@@ -16,18 +16,14 @@ MAINTAINER= chuckr@freebsd.org
NO_CDROM= yes # Restrictive copyright (don't sell for profit)
GNU_CONFIGURE= yes
+MAN1= glimpse.1 glimpseindex.1 glimpseserver.1 agrep.1
pre-configure:
chmod ugo+x ${WRKSRC}/configure
post-install:
- mkdir -p ${PREFIX}/share/doc/glimpse
+ ${MKDIR} ${PREFIX}/share/doc/glimpse
${INSTALL_DATA} ${WRKSRC}/COPYRIGHT ${PREFIX}/share/doc/glimpse
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/glimpse
-.if !defined(NOMANCOMPRESS)
- for file in glimpse glimpseindex glimpseserver agrep; do \
- gzip -9nf ${PREFIX}/man/man1/$$file.1; \
- done
-.endif
.include <bsd.port.mk>
diff --git a/textproc/ispell/Makefile b/textproc/ispell/Makefile
index fc6d871710bb..36c1de3334a6 100644
--- a/textproc/ispell/Makefile
+++ b/textproc/ispell/Makefile
@@ -3,7 +3,7 @@
# Date created: 6 November 1994
# Whom: jmz
#
-# $Id: Makefile,v 1.12 1995/11/26 10:47:42 asami Exp $
+# $Id: Makefile,v 1.13 1996/11/11 05:49:39 obrien Exp $
#
DISTNAME= ispell-3.1
@@ -45,13 +45,9 @@ british:
@${MAKE} ${.MAKEFLAGS} LANG=british all
pre-install:
- @mkdir -p ${PREFIX}/bin
- @mkdir -p ${PREFIX}/lib
- @mkdir -p ${PREFIX}/man/man1
- @mkdir -p ${PREFIX}/man/man4
+ @${MKDIR} ${PREFIX}/bin
+ @${MKDIR} ${PREFIX}/lib
+ @${MKDIR} ${PREFIX}/man/man1
+ @${MKDIR} ${PREFIX}/man/man4
.include <bsd.port.mk>
-
-
-
-
diff --git a/textproc/mgdiff/Makefile b/textproc/mgdiff/Makefile
index 6a032a8a1e12..3506b7c866fe 100644
--- a/textproc/mgdiff/Makefile
+++ b/textproc/mgdiff/Makefile
@@ -3,7 +3,7 @@
# Date created: 22 October 1996
# Whom: andreas@marvin.robin.de
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1996/11/15 11:01:25 asami Exp $
#
DISTNAME= mgdiff
@@ -18,7 +18,7 @@ REQUIRES_MOTIF= yes
USE_IMAKE= yes
post-install:
- @${MKDIR} -p ${PREFIX}/lib/X11/mgdiff
+ @${MKDIR} ${PREFIX}/lib/X11/mgdiff
@${INSTALL_DATA} ${WRKSRC}/mgdiff.x[bp]m ${PREFIX}/lib/X11/mgdiff
@${ECHO} Mgdiff comes with .xbm and .xpm files for use as window
@${ECHO} manager icons. You will find them in ${PREFIX}/lib/X11/mgdiff.
diff --git a/textproc/rman/Makefile b/textproc/rman/Makefile
index 71881e2fc90a..5b1b1ff15bed 100644
--- a/textproc/rman/Makefile
+++ b/textproc/rman/Makefile
@@ -3,7 +3,7 @@
# Date created: 27 Dec 1994
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
-# $Id: Makefile,v 1.9 1996/10/08 07:48:09 pst Exp $
+# $Id: Makefile,v 1.10 1996/11/11 05:50:04 obrien Exp $
#
DISTNAME= rman-2.5a6
@@ -14,10 +14,6 @@ EXTRACT_SUFX= .tar.Z
MAINTAINER= thomas@ghpc8.ihf.rwth-aachen.de
NO_CDROM= yes # don't sell for profit
-
-post-install:
-.if !defined(NOMANCOMPRESS)
- gzip -9nf ${PREFIX}/man/man1/rman.1
-.endif
+MAN1= rman.1
.include <bsd.port.mk>