summaryrefslogtreecommitdiff
path: root/emulators/e-uae/Makefile
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2007-08-16 22:23:46 +0000
committerjoerg <joerg@pkgsrc.org>2007-08-16 22:23:46 +0000
commitb9c3df5d8ed710f829b39a9f2f383ac2faa0c84e (patch)
tree30a993c92e8addcfabba37f13ea4e92ef836ff00 /emulators/e-uae/Makefile
parent17b1a879193dc705cbf29ef925ad3ea371f19ac6 (diff)
downloadpkgsrc-b9c3df5d8ed710f829b39a9f2f383ac2faa0c84e.tar.gz
Add support for modular Xorg.
Diffstat (limited to 'emulators/e-uae/Makefile')
-rw-r--r--emulators/e-uae/Makefile9
1 files changed, 6 insertions, 3 deletions
diff --git a/emulators/e-uae/Makefile b/emulators/e-uae/Makefile
index f6b1456fa80..7611f3be654 100644
--- a/emulators/e-uae/Makefile
+++ b/emulators/e-uae/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2006/10/22 19:38:58 rillig Exp $
+# $NetBSD: Makefile,v 1.6 2007/08/16 22:23:46 joerg Exp $
DISTNAME= e-uae-0.8.28
PKGREVISION= 2
@@ -10,6 +10,8 @@ MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://www.rcdrummond.net/uae/
COMMENT= Enhanced Ubiquitous Amiga Emulator
+PKG_DESTDIR_SUPPORT= user-destdir
+
CONFLICTS+= uae-[0-9]*
USE_LIBTOOL= yes
@@ -18,9 +20,10 @@ GNU_CONFIGURE= yes
.include "options.mk"
+INSTALLATION_DIRS= share/doc/uae
+
post-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/uae
- cd ${WRKSRC}/docs && ${INSTALL_DATA} *.txt ${PREFIX}/share/doc/uae
+ cd ${WRKSRC}/docs && ${INSTALL_DATA} *.txt ${DESTDIR}${PREFIX}/share/doc/uae
.include "../../devel/zlib/buildlink3.mk"
.include "../../mk/oss.buildlink3.mk"