diff options
author | tron <tron> | 1999-05-02 23:17:23 +0000 |
---|---|---|
committer | tron <tron> | 1999-05-02 23:17:23 +0000 |
commit | 66285efd4fbc381bd6f986a43262911efb8f41fc (patch) | |
tree | e9d02c9c557966ec3b303b0ed1f6bba93aa0a659 /graphics | |
parent | aa5b74f2c914ca09ad7f7e10853fb852a2516b33 (diff) | |
download | pkgsrc-66285efd4fbc381bd6f986a43262911efb8f41fc.tar.gz |
Merge "pre-install" and "do-install" target.
Diffstat (limited to 'graphics')
-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 |