diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-08-13 06:33:51 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-08-13 06:33:51 +0000 |
commit | 2252844e4b18d5266094070e62f78fccc0486502 (patch) | |
tree | a1f2e0214466c33fe1588b7aa8412a2f5ec1964b /textproc/par | |
parent | 4bacd0d89d13e7029c74e3cdbfcfb49845424284 (diff) | |
download | ports-2252844e4b18d5266094070e62f78fccc0486502.tar.gz ports-2252844e4b18d5266094070e62f78fccc0486502.zip |
Notes
Diffstat (limited to 'textproc/par')
-rw-r--r-- | textproc/par/Makefile | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/textproc/par/Makefile b/textproc/par/Makefile index 2c9c575861aa..8fe3e11b3f37 100644 --- a/textproc/par/Makefile +++ b/textproc/par/Makefile @@ -3,23 +3,21 @@ # Date created: 6 Aug 1997 # Whom: mark@grondar.za # -# $Id$ +# $Id: Makefile,v 1.1.1.1 1997/08/06 14:36:48 markm Exp $ # -DISTNAME= par-1.50 -DISTFILES= Par150.tar.gz +DISTNAME= Par150 +PKGNAME= par-1.50 CATEGORIES= textproc MASTER_SITES= http://www.cs.berkeley.edu/~amc/Par/ -WRKSRC= ${WRKDIR}/Par150 - -ALL_TARGET= MAINTAINER= mark@grondar.za +ALL_TARGET= MAN1= par.1 do-configure: - (cd ${WRKSRC}; cp protoMakefile Makefile) + (cd ${WRKSRC}; ${CP} protoMakefile Makefile) do-install: ${INSTALL_PROGRAM} ${WRKSRC}/par ${PREFIX}/bin |