diff options
author | joerg <joerg> | 2009-07-07 17:07:38 +0000 |
---|---|---|
committer | joerg <joerg> | 2009-07-07 17:07:38 +0000 |
commit | 6dca4b92fa6742e2a157a96f08f51a737438359b (patch) | |
tree | e74e049bf53d7d1d008e3621856e7fc4321fb36f /x11/xneko | |
parent | ef7671ddcfa5f97cf580d32f84c1a0ff6ea1c649 (diff) | |
download | pkgsrc-6dca4b92fa6742e2a157a96f08f51a737438359b.tar.gz |
user-destdir support
Diffstat (limited to 'x11/xneko')
-rw-r--r-- | x11/xneko/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/x11/xneko/Makefile b/x11/xneko/Makefile index 8396666cd09..18c927ab2ec 100644 --- a/x11/xneko/Makefile +++ b/x11/xneko/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2008/02/07 13:24:36 tnn Exp $ +# $NetBSD: Makefile,v 1.28 2009/07/07 17:10:46 joerg Exp $ DISTNAME= xneko PKGNAME= xneko-4.4 @@ -9,6 +9,8 @@ MASTER_SITES= ftp://ftp.cdrom.com/pub/bsd-sources/4.4BSD-Lite/usr/src/games/ MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Classic BSD4.4 cat-and-mouse +PKG_DESTDIR_SUPPORT= user-destdir + WRKSRC= ${WRKDIR}/pub/bsd-sources/4.4BSD-Lite/usr/src/games/xneko MANCOMPRESSED_IF_MANZ= yes @@ -19,7 +21,7 @@ BUILD_DEFS+= MANINSTALL USE_BSD_MAKEFILE= yes USE_TOOLS+= groff nroff -INSTALLATION_DIRS+= ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6 +INSTALLATION_DIRS+= bin ${PKGMANDIR}/cat6 ${PKGMANDIR}/man6 post-install: @${CP} ${PKGDIR}/PLIST ${PLIST_SRC} |