Add PKG_DESTDIR_SUPPORT.
This commit is contained in:
parent
6c0da19b07
commit
431ff2c6d4
2 changed files with 6 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.10 2009/02/09 22:56:22 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.11 2009/03/04 13:29:43 darcy Exp $
|
||||
|
||||
DISTNAME= epydoc-2.1
|
||||
PKGREVISION= 4
|
||||
|
@ -9,6 +9,8 @@ MAINTAINER= darcy@NetBSD.org
|
|||
HOMEPAGE= http://epydoc.sourceforge.net/
|
||||
COMMENT= Python documentation framework
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
USE_TOOLS+= pax
|
||||
|
||||
PYDISTUTILSPKG= yes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.14 2008/12/19 12:12:53 darcy Exp $
|
||||
# $NetBSD: Makefile,v 1.15 2009/03/04 13:29:43 darcy Exp $
|
||||
#
|
||||
|
||||
DISTNAME= generate-2.6
|
||||
|
@ -11,6 +11,8 @@ MAINTAINER= darcy@NetBSD.org
|
|||
HOMEPAGE= http://www.druid.net/darcy/readme-generate.html
|
||||
COMMENT= Simple text pre-processor
|
||||
|
||||
PKG_DESTDIR_SUPPORT= user-destdir
|
||||
|
||||
MAKE_ENV+= ${BSD_MAKE_ENV} LIBS=${LIBS:Q}
|
||||
USE_TOOLS+= gmake
|
||||
LIBS.SunOS= -lsocket -lnsl
|
||||
|
|
Loading…
Reference in a new issue