summaryrefslogtreecommitdiff
path: root/graphics/plotmtv
diff options
context:
space:
mode:
authorSatoshi Asami <asami@FreeBSD.org>1997-02-26 09:44:44 +0000
committerSatoshi Asami <asami@FreeBSD.org>1997-02-26 09:44:44 +0000
commit2f8f765380611c31d52c4686757cd06144e100c2 (patch)
treeca76c2dad62edbbcfbdda8d06e68581897565dc7 /graphics/plotmtv
parentUpdate checksum for my dir.patch (diff)
Minor nits:
(1) Move MASTER_SITES up before EXTRACT_SUFX. (2) Use INSTALL_* macros.
Notes
Notes: svn path=/head/; revision=5757
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r--graphics/plotmtv/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile
index f14d974c5c68..d4fdaf445ca6 100644
--- a/graphics/plotmtv/Makefile
+++ b/graphics/plotmtv/Makefile
@@ -3,15 +3,14 @@
# Date created: 19 October 1996
# Whom: pgs
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1997/02/25 14:21:15 tg Exp $
#
DISTNAME= Plotmtv1.4.0
PKGNAME= plotmtv-1.4.0
CATEGORIES= graphics
-EXTRACT_SUFX= .tar.Z
-
MASTER_SITES= ftp://tanqueray.eecs.berkeley.edu/pub/
+EXTRACT_SUFX= .tar.Z
MAINTAINER= pgiffuni@FPS.biblos.unal.edu.co
@@ -21,10 +20,11 @@ ALL_TARGET= World
MAN1= plotmtv.1
post-install:
- cp $(WRKSRC)/Docs/plotmtv.man $(PREFIX)/man/man1/plotmtv.1
+ ${INSTALL_MAN} $(WRKSRC)/Docs/plotmtv.man $(PREFIX)/man/man1/plotmtv.1
.if !defined(NOPORTDOCS)
mkdir -p ${PREFIX}/share/doc/plotmtv
- cp ${WRKSRC}/Docs/DataFormat.ps.Z ${PREFIX}/share/doc/plotmtv/
+ ${INSTALL_DATA} ${WRKSRC}/Docs/DataFormat.ps.Z \
+ ${PREFIX}/share/doc/plotmtv/
.endif
.include <bsd.port.mk>