diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-11-17 08:45:20 +0000 |
commit | e5cc021f77b6b9ad840e0350c81761099dd35e04 (patch) | |
tree | 8b08b89bac82cd26c045211d009f5b66c0d101f5 /print/mp-letter/Makefile | |
parent | 3b3bd28890a9082e67d71887318a2b242e5b8bdc (diff) | |
download | ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.tar.gz ports-e5cc021f77b6b9ad840e0350c81761099dd35e04.zip |
Notes
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 59e288097431..c3d1ca4e452d 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: |