summaryrefslogtreecommitdiff
path: root/textproc
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-08-13 06:33:51 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-08-13 06:33:51 +0000
commit2252844e4b18d5266094070e62f78fccc0486502 (patch)
treea1f2e0214466c33fe1588b7aa8412a2f5ec1964b /textproc
parentRepository copy linuxls to gnuls, so PR ports/4267 can be committed. (diff)
Reorder variables. Use "${CP}" instead of "cp". Use DISTNAME/PKGNAME
instead of DISTNAME/DISTFILES/WRKSRC (one less line :). Pointed out by: portlint
Notes
Notes: svn path=/head/; revision=7557
Diffstat (limited to 'textproc')
-rw-r--r--textproc/par/Makefile12
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