summaryrefslogtreecommitdiff
path: root/graphics/fly
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>1999-05-02 23:17:23 +0000
committertron <tron@pkgsrc.org>1999-05-02 23:17:23 +0000
commit13e9aeb86cf2702aeb61c691a274fe664507856c (patch)
treee9d02c9c557966ec3b303b0ed1f6bba93aa0a659 /graphics/fly
parent230f4823fae57676394dadfa2d2527f9aca9a076 (diff)
downloadpkgsrc-13e9aeb86cf2702aeb61c691a274fe664507856c.tar.gz
Merge "pre-install" and "do-install" target.
Diffstat (limited to 'graphics/fly')
-rw-r--r--graphics/fly/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile
index eaf2c13146a..4663333283e 100644
--- a/graphics/fly/Makefile
+++ b/graphics/fly/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 1999/02/20 22:48:30 hubertf Exp $
+# $NetBSD: Makefile,v 1.6 1999/05/02 23:17:23 tron Exp $
#
DISTNAME= fly-1.6.1
@@ -10,10 +10,9 @@ HOMEPAGE= http://www.unimelb.edu.au/fly/fly.html
DEPENDS+= gd-1.3:../../graphics/gd
-pre-install:
+do-install:
${MKDIR} ${PREFIX}/share/doc/fly
${MKDIR} ${PREFIX}/share/examples/fly
-do-install:
${INSTALL_PROGRAM} ${WRKSRC}/fly ${PREFIX}/bin
${INSTALL_DATA} ${WRKSRC}/doc/* ${PREFIX}/share/doc/fly
${INSTALL_DATA} ${WRKSRC}/examples/* ${PREFIX}/share/examples/fly