diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 17:06:37 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 17:06:37 +0800 |
commit | ba89702285635efd977f4f66089dd18d020ff48d (patch) | |
tree | 5ac228ab59601ee1651bdf611d53f7184b44129a /textproc | |
parent | aba15b1de022e16cfa9cd14e2c1b6b28bd042ef9 (diff) | |
download | freebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.tar.gz freebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.tar.zst freebsd-ports-gnome-ba89702285635efd977f4f66089dd18d020ff48d.zip |
Converted to MAN[1-8]
Converted p5* to use MASTER_SITE_PERL_CPAN
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glimpse/Makefile | 10 | ||||
-rw-r--r-- | textproc/ispell/Makefile | 14 | ||||
-rw-r--r-- | textproc/mgdiff/Makefile | 4 | ||||
-rw-r--r-- | textproc/rman/Makefile | 8 |
4 files changed, 12 insertions, 24 deletions
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> |