diff options
Diffstat (limited to 'graphics/plotmtv/Makefile')
-rw-r--r-- | graphics/plotmtv/Makefile | 10 |
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> |