Converted to MAN[1-9NL]

This commit is contained in:
David E. O'Brien 1996-11-17 06:12:51 +00:00
parent b547dd5ac0
commit 322557b38b
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=4533
31 changed files with 114 additions and 177 deletions

View file

@ -3,18 +3,19 @@
# Date created: Wed Feb 1 01:51:59 PST 1995
# Whom: hsu
#
# $Id: Makefile,v 1.8 1996/10/27 00:20:27 max Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:17:59 obrien Exp $
#
DISTNAME = gofer230a
PKGNAME = gofer-2.30a
DISTNAME= gofer230a
PKGNAME= gofer-2.30a
CATEGORIES= lang
MASTER_SITES = ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
MASTER_SITES= ftp://cs.nott.ac.uk/nott-fp/languages/haskell/gofer/
MAINTAINER= hsu@FreeBSD.org
WRKSRC = ${WRKDIR}/src
LIBDIR = ${PREFIX}/lib/Gofer
WRKSRC= ${WRKDIR}/src
LIBDIR= ${PREFIX}/lib/Gofer
MAN1= gofer.1
do-install:
${MKDIR} ${LIBDIR}
@ -28,9 +29,6 @@ do-install:
${INSTALL_PROGRAM} ${WRKDIR}/src/gofer ${LIBDIR}
${INSTALL_PROGRAM} ${WRKDIR}/src/gofc ${LIBDIR}
${INSTALL_MAN} ${WRKDIR}/docs/gofer.1 ${PREFIX}/man/man1
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/gofer.1
.endif
${MKDIR} ${LIBDIR}/docs
${INSTALL_DATA} ${WRKDIR}/docs/* ${LIBDIR}/docs

View file

@ -3,7 +3,7 @@
# Date created: Mon Oct 31 22:04:12 PST 1994
# Whom: hsu
#
# $Id: Makefile,v 1.11 1996/03/07 13:00:53 asami Exp $
# $Id: Makefile,v 1.12 1996/11/12 02:18:03 obrien Exp $
#
DISTNAME= Sather-1.0.5
@ -15,11 +15,11 @@ MAINTAINER= ports@FreeBSD.org
WRKSRC= ${WRKDIR}/Sather
ALL_TARGET= testall
MAN1= cs.1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/Compiler/cs ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/Doc/man/man1/cs.1 ${PREFIX}/man/man1
-gzip -9nf ${PREFIX}/man/man1/cs.1
${MKDIR} ${PREFIX}/share/doc/sather
${INSTALL_DATA} ${WRKSRC}/Doc/License ${PREFIX}/share/doc/sather
.if !defined(NOPORTDOCS)

View file

@ -3,7 +3,7 @@
# Date created: 08 March 1995
# Whom: thomas@ghpc8.ihf.rwth-aachen.de
#
# $Id: Makefile,v 1.11 1996/11/08 07:32:48 tg Exp $
# $Id: Makefile,v 1.12 1996/11/12 02:18:06 obrien Exp $
#
DISTNAME= elk-3.0
@ -17,6 +17,7 @@ MAINTAINER= tg@freebsd.org
PATCH_STRIP= -p1
ALL_TARGET= default
MAN1= elk.1
#
# we install the scheme binary as ${PREFIX}/bin/elk
@ -24,17 +25,14 @@ ALL_TARGET= default
#
pre-install:
@mkdir -p ${PREFIX}/share/elk
@${MKDIR} ${PREFIX}/share/elk
post-install:
@(cd ${PREFIX}/share/elk; \
cp bin/scheme ${PREFIX}/bin/elk; \
mkdir -p ${PREFIX}/include/elk; \
cp -R include/* ${PREFIX}/include/elk; \
${CP} bin/scheme ${PREFIX}/bin/elk; \
${MKDIR} ${PREFIX}/include/elk; \
${CP} -R include/* ${PREFIX}/include/elk; \
rm -rf bin include)
@install -c -o bin -g bin -m 444 ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
.if !defined(NOMANCOMPRESS)
@gzip -9nf ${PREFIX}/man/man1/elk.1
.endif
@${INSTALL_MAN} ${WRKSRC}/doc/man/elk.1 ${PREFIX}/man/man1
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 23 November 1994
# Whom: mr
#
# $Id: Makefile,v 1.7 1995/11/22 13:12:39 asami Exp $
# $Id: Makefile,v 1.8 1996/11/12 02:18:09 obrien Exp $
#
DISTNAME= pfe099
@ -12,9 +12,12 @@ CATEGORIES= lang
MASTER_SITES= ftp://sunsite.unc.edu/pub/languages/forth/
DISTFILES= pfe-0.9.9.tar.gz
MAINTAINER= ports@FreeBSD.org
MAN1= pfe.1
pre-install:
@${CP} ${WRKSRC}/pfe.1 ${PREFIX}/man/man1/pfe.1
@gzip -9nf ${PREFIX}/man/man1/pfe.1
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 4 October 1994
# Whom: jmz
#
# $Id: Makefile,v 1.7 1995/11/22 13:12:58 asami Exp $
# $Id: Makefile,v 1.8 1996/11/12 02:18:46 obrien Exp $
#
DISTNAME= p2c-1.21alpha-07.Dec.93
@ -14,6 +14,8 @@ DISTFILES= p2c-1.21alpha2.tar.gz
MAINTAINER= jmz@FreeBSD.org
MAN1= p2cc.1
pre-install: build
@${MKDIR} ${PREFIX}/bin
@${MKDIR} ${PREFIX}/lib
@ -22,4 +24,3 @@ pre-install: build
@${INSTALL_MAN} ${WRKSRC}/src/p2cc.man ${PREFIX}/man/man1/p2cc.1
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 13th August 1995
# Whom: Julian Stacey <jhs@freebsd.org>
#
# $Id: Makefile,v 1.3 1996/03/06 08:20:10 asami Exp $
# $Id: Makefile,v 1.4 1996/11/12 02:18:53 obrien Exp $
#
DISTNAME= pbasic-2.0-950813
@ -17,6 +17,7 @@ MAINTAINER= asami@FreeBSD.ORG
ALL_TARGET= freebsd
MAKEFILE= makefile
MAN1= pbasic.1
do-configure:
-cd ${WRKSRC} ; rm -rf termio m68000 msdos vax pyramid ns32000 \
@ -25,8 +26,6 @@ do-configure:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/basic ${PREFIX}/bin/pbasic
${INSTALL_MAN} ${WRKSRC}/docs/basic.1 ${PREFIX}/man/man1/pbasic.1
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/pbasic.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 16 April 1995
# Whom: markm
#
# $Id: Makefile,v 1.10 1996/07/13 19:29:37 markm Exp $
# $Id: Makefile,v 1.11 1996/11/12 02:18:57 obrien Exp $
#
DISTNAME= perl5.003
@ -27,20 +27,18 @@ HAS_CONFIGURE= yes
CONFIGURE_SCRIPT= Configure
CONFIGURE_ARGS= -sde -Dprefix=${PREFIX}
PERLMAN= "" book bot call data debug diag embed form func guts ipc lol mod \
obj op ovl pod re ref run sec style sub syn tie toc trap var xs \
xstut
MAN1= perlbook.1 perlbot.1 perlcall.1 perldata.1 perldebug.1 perldiag.1 \
perlembed.1 perlform.1 perlfunc.1 perlguts.1 perlipc.1 perllol.1 \
perlmod.1 perlobj.1 perlop.1 perlovl.1 perlpod.1 perlre.1 perlref.1 \
perlrun.1 perlsec.1 perlstyle.1 perlsub.1 perlsyn.1 perltie.1 \
perltoc.1 perltrap.1 perlvar.1 perlxs.1 perlxstut.1
MAN1+= a2p.1 s2p.1
test:
@(cd ${WRKSRC}; make test)
post-install:
.if !defined(NOMANCOMPRESS)
@for m in ${PERLMAN}; do gzip -9nf ${PREFIX}/man/man1/perl$$m.1; done
@gzip -9nf ${PREFIX}/man/man1/a2p.1
@gzip -9nf ${PREFIX}/man/man1/s2p.1
.endif
@strip ${PREFIX}/bin/perl ${PREFIX}/bin/suidperl
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 08 August 1995
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/11/02 19:04:22 jkh Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:18:59 obrien Exp $
#
DISTNAME= python1.4
@ -21,14 +21,12 @@ HAS_CONFIGURE= yes
MAKE_FLAGS+= 'OPT=${CFLAGS}'
INSTALL_TARGET= install
MAN1= python.1
post-configure:
${CP} ${FILESDIR}/Setup ${WRKSRC}/Modules
post-install:
strip ${PREFIX}/bin/python
.if !defined(NOMANCOMPRESS)
gzip -9nf ${PREFIX}/man/man1/python.1
.endif
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/09/24 18:14:41 markm Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:19:20 obrien Exp $
#
DISTNAME= tclX7.5.2
@ -19,6 +19,8 @@ LIB_DEPENDS= tk41\\.1:${TK_DIR}
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-tk
MAN3= CmdWrite.3 Handles.3 Keylist.3 TclXInit.3
MANN= Memory.n TclX.n
TCL_BASE= /usr/libdata/tcl
TCL_SRC= /usr/src/contrib/tcl
@ -47,14 +49,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
.if !defined(NOMANCOMPRESS)
gzip -9nf $(PREFIX)/man/man3/CmdWrite.3
gzip -9nf $(PREFIX)/man/man3/Handles.3
gzip -9nf $(PREFIX)/man/man3/Keylist.3
gzip -9nf $(PREFIX)/man/man3/TclXInit.3
gzip -9nf $(PREFIX)/man/mann/Memory.n
gzip -9nf $(PREFIX)/man/mann/TclX.n
.endif
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/09/24 18:14:41 markm Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:19:20 obrien Exp $
#
DISTNAME= tclX7.5.2
@ -19,6 +19,8 @@ LIB_DEPENDS= tk41\\.1:${TK_DIR}
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-tk
MAN3= CmdWrite.3 Handles.3 Keylist.3 TclXInit.3
MANN= Memory.n TclX.n
TCL_BASE= /usr/libdata/tcl
TCL_SRC= /usr/src/contrib/tcl
@ -47,14 +49,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
.if !defined(NOMANCOMPRESS)
gzip -9nf $(PREFIX)/man/man3/CmdWrite.3
gzip -9nf $(PREFIX)/man/man3/Handles.3
gzip -9nf $(PREFIX)/man/man3/Keylist.3
gzip -9nf $(PREFIX)/man/man3/TclXInit.3
gzip -9nf $(PREFIX)/man/mann/Memory.n
gzip -9nf $(PREFIX)/man/mann/TclX.n
.endif
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>

View file

@ -3,7 +3,7 @@
# Date created: 6 February 1996
# Whom: jkh
#
# $Id: Makefile,v 1.8 1996/09/24 18:14:41 markm Exp $
# $Id: Makefile,v 1.9 1996/11/12 02:19:20 obrien Exp $
#
DISTNAME= tclX7.5.2
@ -19,6 +19,8 @@ LIB_DEPENDS= tk41\\.1:${TK_DIR}
WRKSRC= ${WRKDIR}/${DISTNAME}/unix
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared --with-tk
MAN3= CmdWrite.3 Handles.3 Keylist.3 TclXInit.3
MANN= Memory.n TclX.n
TCL_BASE= /usr/libdata/tcl
TCL_SRC= /usr/src/contrib/tcl
@ -47,14 +49,6 @@ post-install:
$(INSTALL_MAN) $(WRKSRC)/../doc/TclXInit.3 $(PREFIX)/man/man3
$(INSTALL_MAN) $(WRKSRC)/../doc/Memory.n $(PREFIX)/man/mann
$(INSTALL_MAN) $(WRKSRC)/../doc/TclX.n $(PREFIX)/man/mann
.if !defined(NOMANCOMPRESS)
gzip -9nf $(PREFIX)/man/man3/CmdWrite.3
gzip -9nf $(PREFIX)/man/man3/Handles.3
gzip -9nf $(PREFIX)/man/man3/Keylist.3
gzip -9nf $(PREFIX)/man/man3/TclXInit.3
gzip -9nf $(PREFIX)/man/mann/Memory.n
gzip -9nf $(PREFIX)/man/mann/TclX.n
.endif
/sbin/ldconfig -m ${PREFIX}/lib
.include <bsd.port.mk>