summaryrefslogtreecommitdiff
path: root/graphics/plotmtv
diff options
context:
space:
mode:
authorjtb <jtb>2000-12-14 02:18:50 +0000
committerjtb <jtb>2000-12-14 02:18:50 +0000
commit341c9622a286ae70e152b9467360f08ac198f7d0 (patch)
tree33ddbb41b91ffc4019310161b4c95b3a0f8458fa /graphics/plotmtv
parent06e12ead8f2ef7851039db944ece2e8e1697ca63 (diff)
downloadpkgsrc-341c9622a286ae70e152b9467360f08ac198f7d0.tar.gz
Cosmetic.
Diffstat (limited to 'graphics/plotmtv')
-rw-r--r--graphics/plotmtv/Makefile18
1 files changed, 6 insertions, 12 deletions
diff --git a/graphics/plotmtv/Makefile b/graphics/plotmtv/Makefile
index d0cda45a057..ef1c552a0db 100644
--- a/graphics/plotmtv/Makefile
+++ b/graphics/plotmtv/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2000/11/25 21:06:04 jtb Exp $
+# $NetBSD: Makefile,v 1.2 2000/12/14 02:18:50 jtb Exp $
DISTNAME= Plotmtv1.4.1
PKGNAME= plotmtv-1.4.1
@@ -13,19 +13,13 @@ WRKSRC= ${WRKDIR}/Plotmtv1.4.1
USE_IMAKE= YES
USE_X11_BASE= YES
-pre-build:
- @(cd ${WRKDIR}/Plotmtv1.4.1; ${MV} -f Docs/plotmtv.man Plot/;)
+post-extract:
+ @${MV} -f ${WRKSRC}/Docs/plotmtv.man ${WRKSRC}/Plot
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/plotmtv
- @(cd ${WRKDIR}/Plotmtv1.4.1/Tests/; \
- for i in *.mtv; \
- do \
- ${INSTALL_DATA} $$i ${PREFIX}/share/examples/plotmtv; \
- done; \
- for i in run.sh run.csh; \
- do \
- ${INSTALL_SCRIPT} $$i ${PREFIX}/share/examples/plotmtv; \
- done;)
+ ${INSTALL_DATA} ${WRKSRC}/Tests/*.mtv ${PREFIX}/share/examples/plotmtv
+ ${INSTALL_SCRIPT} ${WRKSRC}/Tests/run.sh ${WRKSRC}/Tests/run.csh \
+ ${PREFIX}/share/examples/plotmtv
.include "../../mk/bsd.pkg.mk"