diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 11:24:38 +0000 |
commit | d9e86a400a9ce7adfc38f8866c2f346e02a9a6e5 (patch) | |
tree | 5deda6f85d14740b1c07c446780b6653d19fd2c6 /comms/jpilot-syncmal | |
parent | 93abdcfa211b87834535220aed9e43df47cb74d6 (diff) | |
download | pkgsrc-d9e86a400a9ce7adfc38f8866c2f346e02a9a6e5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'comms/jpilot-syncmal')
-rw-r--r-- | comms/jpilot-syncmal/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/jpilot-syncmal/Makefile b/comms/jpilot-syncmal/Makefile index 381605420fa..541403676b7 100644 --- a/comms/jpilot-syncmal/Makefile +++ b/comms/jpilot-syncmal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2012/10/02 17:10:42 tron Exp $ +# $NetBSD: Makefile,v 1.55 2012/10/03 11:24:40 asau Exp $ DISTNAME= jpilot-syncmal-0.80 PKGREVISION= 13 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.jlogday.com/code/syncmal/index.html COMMENT= MAL synchronization plugin for J-Pilot -PKG_DESTDIR_SUPPORT= user-destdir - BUILDLINK_DEPMETHOD.jpilot= full USE_TOOLS+= gmake pkg-config |