diff options
author | tron <tron> | 1999-05-02 23:17:23 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 23:17:23 +0000 |
commit | 4f98a3cc4a2b85f244cd4ea2b202ae4c409afcb6 (patch) | |
tree | e9d02c9c557966ec3b303b0ed1f6bba93aa0a659 /graphics/fly | |
parent | 41fc2b24b882b9ea3837290dd6a6d0ae2d2a0808 (diff) | |
download | pkgsrc-4f98a3cc4a2b85f244cd4ea2b202ae4c409afcb6.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 |