diff options
author | heinz <heinz> | 2008-04-06 12:21:05 +0000 |
---|---|---|
committer | heinz <heinz> | 2008-04-06 12:21:05 +0000 |
commit | ec4803dda79b5c6beb617c55ebdc5d7ec2701e28 (patch) | |
tree | 3c16cac3ae4aa3339a36f1ba970806b732f608eb /sysutils/top/Makefile | |
parent | 2e13f17fad11a11cf1824aed78f8e58250d2a442 (diff) | |
download | pkgsrc-ec4803dda79b5c6beb617c55ebdc5d7ec2701e28.tar.gz |
The package supports installation to DESTDIR.
Diffstat (limited to 'sysutils/top/Makefile')
-rw-r--r-- | sysutils/top/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/top/Makefile b/sysutils/top/Makefile index 1b23bce0119..d04b80ecaed 100644 --- a/sysutils/top/Makefile +++ b/sysutils/top/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2007/07/01 22:43:05 tnn Exp $ +# $NetBSD: Makefile,v 1.35 2008/04/06 12:21:05 heinz Exp $ DISTNAME= top-3.6.1 CATEGORIES= sysutils @@ -8,6 +8,8 @@ MAINTAINER= agc@NetBSD.org HOMEPAGE= http://www.groupsys.com/topinfo/ COMMENT= The ubiquitous system monitoring utility +PKG_DESTDIR_SUPPORT= user-destdir + GNU_CONFIGURE= yes post-extract: |