diff options
Diffstat (limited to 'graphics/magicpoint/Makefile')
-rw-r--r-- | graphics/magicpoint/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/graphics/magicpoint/Makefile b/graphics/magicpoint/Makefile index 07d63db8c22..1d28a5099db 100644 --- a/graphics/magicpoint/Makefile +++ b/graphics/magicpoint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 1998/08/23 07:59:49 garbled Exp $ +# $NetBSD: Makefile,v 1.2 1998/08/24 01:00:26 hubertf Exp $ DISTNAME= mgp-1.03a CATEGORIES= x11 graphics @@ -10,4 +10,11 @@ HOMEPAGE= http://www.Mew.org/mgp/ GNU_CONFIGURE= yes USE_IMAKE= yes +post-install: + ${INSTALL_DATA_DIR} ${PREFIX}/share/examples/mgp + ${INSTALL_DATA} ${WRKSRC}/sample/README* ${PREFIX}/share/examples/mgp + ${INSTALL_DATA} ${WRKSRC}/sample/*.gif ${PREFIX}/share/examples/mgp + ${INSTALL_DATA} ${WRKSRC}/sample/*.eps ${PREFIX}/share/examples/mgp + ${INSTALL_DATA} ${WRKSRC}/sample/*.mgp ${PREFIX}/share/examples/mgp + .include "../../mk/bsd.pkg.mk" |