diff options
author | tron <tron@pkgsrc.org> | 1999-05-02 23:17:23 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 1999-05-02 23:17:23 +0000 |
commit | 13e9aeb86cf2702aeb61c691a274fe664507856c (patch) | |
tree | e9d02c9c557966ec3b303b0ed1f6bba93aa0a659 /graphics/fly | |
parent | 230f4823fae57676394dadfa2d2527f9aca9a076 (diff) | |
download | pkgsrc-13e9aeb86cf2702aeb61c691a274fe664507856c.tar.gz |
Merge "pre-install" and "do-install" target.
Diffstat (limited to 'graphics/fly')
-rw-r--r-- | graphics/fly/Makefile | 5 |
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 |