Convert to user-destdir.
Remove HOMEPAGE and MASTER_SITES, they are gone.
This commit is contained in:
parent
aa5b8b51fb
commit
0b4d6b6d4a
1 changed files with 7 additions and 6 deletions
|
@ -1,19 +1,20 @@
|
|||
# $NetBSD: Makefile,v 1.14 2007/03/28 13:20:47 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2009/02/15 19:02:11 wiz Exp $
|
||||
#
|
||||
|
||||
DISTNAME= fceu-0.98.13.src
|
||||
PKGNAME= ${DISTNAME:S/.src//}
|
||||
PKGREVISION= 3
|
||||
CATEGORIES= emulators
|
||||
MASTER_SITES= http://pdaxrom.theinternet.nl/fceu/
|
||||
MASTER_SITES= # http://pdaxrom.theinternet.nl/fceu/
|
||||
EXTRACT_SUFX= .tar.bz2
|
||||
|
||||
MAINTAINER= wiz@NetBSD.org
|
||||
HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/
|
||||
#HOMEPAGE= http://pdaxrom.theinternet.nl/fceu/
|
||||
COMMENT= Portable NES and Famicom emulator
|
||||
|
||||
WRKSRC= ${WRKDIR}/fceu
|
||||
USE_PKGLOCALEDIR= yes
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
SUBST_CLASSES+= dsp
|
||||
|
@ -26,11 +27,11 @@ INSTALLATION_DIRS= ${PKGMANDIR}/man6 share/doc/fceu
|
|||
|
||||
post-install:
|
||||
${INSTALL_DATA} ${WRKSRC}/Documentation/fceu-sdl.6 \
|
||||
${PREFIX}/${PKGMANDIR}/man6/fceu.6
|
||||
${DESTDIR}${PREFIX}/${PKGMANDIR}/man6/fceu.6
|
||||
${INSTALL_DATA} ${WRKSRC}/Documentation/*.html \
|
||||
${PREFIX}/share/doc/fceu
|
||||
${DESTDIR}${PREFIX}/share/doc/fceu
|
||||
${INSTALL_DATA} ${WRKSRC}/Documentation/*.txt \
|
||||
${PREFIX}/share/doc/fceu
|
||||
${DESTDIR}${PREFIX}/share/doc/fceu
|
||||
|
||||
.include "../../devel/SDL/buildlink3.mk"
|
||||
.include "../../mk/oss.buildlink3.mk"
|
||||
|
|
Loading…
Reference in a new issue