diff options
author | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
---|---|---|
committer | joerg <joerg> | 2008-06-12 02:14:13 +0000 |
commit | 168a3246f0e3c46b0ef3b5dcf5d18607cff1583f (patch) | |
tree | c12b9c282e2706cb6bac87456615dfdf2b256e55 /comms/esms | |
parent | 63309a20a533bc79929c9bd5b3bf872561762300 (diff) | |
download | pkgsrc-168a3246f0e3c46b0ef3b5dcf5d18607cff1583f.tar.gz |
Add DESTDIR support.
Diffstat (limited to 'comms/esms')
-rw-r--r-- | comms/esms/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/comms/esms/Makefile b/comms/esms/Makefile index 5dc51a51537..728bc0335f0 100644 --- a/comms/esms/Makefile +++ b/comms/esms/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2006/03/04 21:29:04 jlam Exp $ +# $NetBSD: Makefile,v 1.11 2008/06/12 02:14:16 joerg Exp $ DISTNAME= esms-0.9.5 PKGREVISION= 1 @@ -9,6 +9,8 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://esms.sourceforge.net/ COMMENT= Command line SMS send tool +PKG_DESTDIR_SUPPORT= user-destdir + DEPENDS+= p5-libwww>=5.64:../../www/p5-libwww DEPENDS+= p5-HTML-Parser>=3.25:../../www/p5-HTML-Parser DEPENDS+= p5-HTML-Tree>=3.11:../../www/p5-HTML-Tree |