diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 39d7fb93432416d872ed34e0025741cc93068c06 (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /time/catclock | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'time/catclock')
-rw-r--r-- | time/catclock/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/time/catclock/Makefile b/time/catclock/Makefile index b9d2e909b07..efdfc7e0b19 100644 --- a/time/catclock/Makefile +++ b/time/catclock/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2006/03/04 21:30:52 jlam Exp $ +# $NetBSD: Makefile,v 1.18 2008/06/12 02:14:52 joerg Exp $ # DISTNAME= catclock @@ -14,6 +14,8 @@ EXTRACT_SUFX= .zip MAINTAINER= pkgsrc-users@NetBSD.org COMMENT= Variant of the MIT xclock with a "cat" mode +PKG_DESTDIR_SUPPORT= user-destdir + USE_IMAKE= yes post-patch: |