diff options
author | obrien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | 109f11d37b159f1fdf6f84e03cf24457cda978e7 (patch) | |
tree | 9cb66c5534dca58d5073e5440262ddcaf2b2880f /print/mp-letter/Makefile | |
parent | b5969d108c4ee5f6a75132b5d226a3541e079ab5 (diff) | |
download | FreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.zip FreeBSD-ports-109f11d37b159f1fdf6f84e03cf24457cda978e7.tar.gz |
CATEGORIES+= -> CATEGORIES=
Converted to MAN[1-9]
Diffstat (limited to 'print/mp-letter/Makefile')
-rw-r--r-- | print/mp-letter/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/print/mp-letter/Makefile b/print/mp-letter/Makefile index 59e2880..c3d1ca4 100644 --- a/print/mp-letter/Makefile +++ b/print/mp-letter/Makefile @@ -3,12 +3,12 @@ # Date created: 11 July 1996 # Whom: David O'Brien <obrien@cs.ucdavis.edu> # -# $Id: Makefile,v 1.1.1.1 1996/03/05 07:46:57 asami Exp $ +# $Id: Makefile,v 1.1.1.1 1996/08/16 07:08:39 asami Exp $ # DISTNAME= mp-3.0.1 PKGNAME= mp-${PAPERSIZE}-3.0.1 -CATEGORIES+= print +CATEGORIES= print MASTER_SITES= ftp://nuxi.cs.ucdavis.edu/pub/misc/ \ ftp://ftp.win.tue.nl/pub/mail/ @@ -24,7 +24,7 @@ INSTALL_TARGET= install-a4 .endif pre-patch: - @cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile + @${CP} ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile MP_UTILS= digestp filep filofaxp franklinp mailp newsp timemanp timesysp post-install: |