diff options
author | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2008-06-20 01:09:05 +0000 |
commit | 3b0d97b0de8516db29699676c860489da3f7f0e1 (patch) | |
tree | bb388f6b2532587595653e67cce25229ed050cb8 /misc/watch | |
parent | 10abca39942a8f34d088f39ccc073fee44271274 (diff) | |
download | pkgsrc-3b0d97b0de8516db29699676c860489da3f7f0e1.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'misc/watch')
-rw-r--r-- | misc/watch/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/misc/watch/Makefile b/misc/watch/Makefile index 4249e52eef2..ca9c489b4e1 100644 --- a/misc/watch/Makefile +++ b/misc/watch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2008/02/22 02:14:53 tnn Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/20 01:09:27 joerg Exp $ DISTNAME= procps-3.2.6 PKGNAME= watch-3.2.6 @@ -9,6 +9,8 @@ MASTER_SITES= http://procps.sourceforge.net/ MAINTAINER= simonb@NetBSD.org COMMENT= Watch a program with update intervals +PKG_DESTDIR_SUPPORT= user-destdir + MAKE_FILE= ${FILESDIR}/Makefile MAKE_ENV+= ${BSD_MAKE_ENV} MAKE_ENV+= LIBS=${LIBS:Q} @@ -16,5 +18,7 @@ MAKE_ENV+= LIBS=${LIBS:Q} LIBS.SunOS+= -lrt USE_FEATURES+= asprintf getopt_long +INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 ${PKGMANDIR}/cat1 + .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |