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 /sysutils/clex | |
parent | cce8b72ae5b66d3a54ac565ef8ac6780597301bc (diff) | |
download | pkgsrc-39d7fb93432416d872ed34e0025741cc93068c06.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'sysutils/clex')
-rw-r--r-- | sysutils/clex/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sysutils/clex/Makefile b/sysutils/clex/Makefile index e176ab034f3..e9267ad82dc 100644 --- a/sysutils/clex/Makefile +++ b/sysutils/clex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2007/07/12 12:43:20 obache Exp $ +# $NetBSD: Makefile,v 1.3 2008/06/12 02:14:46 joerg Exp $ # DISTNAME= clex-3.16 @@ -9,6 +9,8 @@ MAINTAINER= bartosz.kuzma@gmail.com HOMEPAGE= http://www.clex.sk/download/ COMMENT= File manager with a full-screen user interface +PKG_DESTDIR_SUPPORT= user-destdir + USE_NCURSES= # enter_{bold,reverse,underline}_mode GNU_CONFIGURE= yes |