diff options
author | asau <asau> | 2012-10-03 11:24:38 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-03 11:24:38 +0000 |
commit | f0779b3927592a975e043b2758f4d7c575df8abe (patch) | |
tree | 5deda6f85d14740b1c07c446780b6653d19fd2c6 /comms/obexftp | |
parent | 7cb971d1c94dadc0f8e245b9c235c2484f4efeac (diff) | |
download | pkgsrc-f0779b3927592a975e043b2758f4d7c575df8abe.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'comms/obexftp')
-rw-r--r-- | comms/obexftp/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/comms/obexftp/Makefile b/comms/obexftp/Makefile index 6935a8b674f..a4a09ffa7b5 100644 --- a/comms/obexftp/Makefile +++ b/comms/obexftp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2012/02/16 17:40:29 hans Exp $ +# $NetBSD: Makefile,v 1.15 2012/10/03 11:24:42 asau Exp $ # DISTNAME= obexftp-0.20 @@ -11,8 +11,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://openobex.triq.net/ COMMENT= File copying over the Object Exchange (OBEX) protocol -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_TOOLS+= autoconf gmake pkg-config USE_LIBTOOL= yes |