summaryrefslogtreecommitdiffstats
path: root/graphics
diff options
context:
space:
mode:
authorasami <asami@FreeBSD.org>1997-02-26 09:44:44 +0000
committerasami <asami@FreeBSD.org>1997-02-26 09:44:44 +0000
commit52ac5ded4ac19f8ce1fa7dd2dbed6a2e9c5f1738 (patch)
tree0a81c37dfd74942a4994239892081eb30c4eb7c9 /graphics
parentfbd4cd04bf4ddb6d4c1580fba5b97b0efb01bfca (diff)
downloadFreeBSD-ports-52ac5ded4ac19f8ce1fa7dd2dbed6a2e9c5f1738.zip
FreeBSD-ports-52ac5ded4ac19f8ce1fa7dd2dbed6a2e9c5f1738.tar.gz
Minor nits:
(1) Move MASTER_SITES up before EXTRACT_SUFX. (2) Use INSTALL_* macros.
Diffstat (limited to 'graphics')
-rw-r--r--graphics/plotmtv/Makefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile
index f14d974..d4fdaf4 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>
OpenPOWER on IntegriCloud