diff options
author | asami <asami@FreeBSD.org> | 1997-08-13 14:33:51 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1997-08-13 14:33:51 +0800 |
commit | a5bc5c5bdc7329b8b9425cc4aa6a84f380b9145a (patch) | |
tree | 54a1c1b57498273774ccd029b91d1c8ebf00be48 /textproc/par | |
parent | f2a1243e41d4a51005fd628709eaadd2f2bf07d5 (diff) | |
download | freebsd-ports-gnome-a5bc5c5bdc7329b8b9425cc4aa6a84f380b9145a.tar.gz freebsd-ports-gnome-a5bc5c5bdc7329b8b9425cc4aa6a84f380b9145a.tar.zst freebsd-ports-gnome-a5bc5c5bdc7329b8b9425cc4aa6a84f380b9145a.zip |
Reorder variables. Use "${CP}" instead of "cp". Use DISTNAME/PKGNAME
instead of DISTNAME/DISTFILES/WRKSRC (one less line :).
Pointed out by: portlint
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 |