diff options
Diffstat (limited to 'emulators/libspectrum/Makefile')
-rw-r--r-- | emulators/libspectrum/Makefile | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/emulators/libspectrum/Makefile b/emulators/libspectrum/Makefile index e8487b96177..74aa70b3c38 100644 --- a/emulators/libspectrum/Makefile +++ b/emulators/libspectrum/Makefile @@ -1,6 +1,7 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/09/16 09:46:51 adam Exp $ +# $NetBSD: Makefile,v 1.2 2003/09/22 22:06:29 dillo Exp $ DISTNAME= libspectrum-0.2.0 +PKGREVISION= 1 CATEGORIES= emulators MASTER_SITES= http://www.srcf.ucam.org/~pak21/spectrum/ @@ -13,5 +14,11 @@ USE_LIBTOOL= yes GNU_CONFIGURE= yes LIBTOOL_OVERRIDE=${WRKSRC}/libtool +DOCDIR= ${PREFIX}/share/doc/libspectrum + +post-install: + ${INSTALL_DATA_DIR} ${DOCDIR} + ${INSTALL_DATA} ${WRKSRC}/doc/libspectrum.txt ${DOCDIR} + .include "../../devel/glib/buildlink2.mk" .include "../../mk/bsd.pkg.mk" |