pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/emulators/fceu Convert to user-destdir.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3766a460b9df
branches:  trunk
changeset: 554526:3766a460b9df
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 15 19:02:11 2009 +0000

description:
Convert to user-destdir.
Remove HOMEPAGE and MASTER_SITES, they are gone.

diffstat:

 emulators/fceu/Makefile |  13 +++++++------
 1 files changed, 7 insertions(+), 6 deletions(-)

diffs (42 lines):

diff -r fe2945ded453 -r 3766a460b9df emulators/fceu/Makefile
--- a/emulators/fceu/Makefile   Sun Feb 15 18:53:12 2009 +0000
+++ b/emulators/fceu/Makefile   Sun Feb 15 19:02:11 2009 +0000
@@ -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@localhost
-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 @@
 
 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"



Home | Main Index | Thread Index | Old Index