diff options
Diffstat (limited to 'audio/xhippo/Makefile')
-rw-r--r-- | audio/xhippo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/audio/xhippo/Makefile b/audio/xhippo/Makefile index 6921e00dcc3..6566222e054 100644 --- a/audio/xhippo/Makefile +++ b/audio/xhippo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.5 1999/05/02 14:35:56 tron Exp $ +# $NetBSD: Makefile,v 1.6 1999/05/30 02:44:23 hubertf Exp $ # -DISTNAME= xhippo-0.6 +DISTNAME= xhippo-0.85 CATEGORIES= audio x11 MASTER_SITES= http://zenchaos.netpedia.net/software/ @@ -11,10 +11,12 @@ HOMEPAGE= http://zenchaos.netpedia.net/ DEPENDS= gtk+-1.2.2:../../x11/gtk USE_X11= YES +GNU_CONFIGURE= YES post-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/xhippo - ${MV} ${PREFIX}/etc/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example + ${INSTALL_DATA} ${WRKSRC}/xhippo.config ${PREFIX}/share/doc/xhippo/xhippo.config.example + ${INSTALL_DATA} ${WRKSRC}/xhippo.gtkrc ${PREFIX}/share/doc/xhippo/xhippo.gtkrc ${INSTALL_DATA} ${WRKSRC}/BUGS ${PREFIX}/share/doc/xhippo ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${PREFIX}/share/doc/xhippo ${INSTALL_DATA} ${WRKSRC}/LIESMICH ${PREFIX}/share/doc/xhippo |