diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 12:55:08 +0000 |
commit | b89680320c369768271fcb63086606bf5aec05d5 (patch) | |
tree | e7cc06115ae8822644dda9c74e5e35b0598c2eb9 /ham/hamlib | |
parent | afd15d9598b3303d4f1aab41c660ec76af43fbc3 (diff) | |
download | pkgsrc-b89680320c369768271fcb63086606bf5aec05d5.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'ham/hamlib')
-rw-r--r-- | ham/hamlib/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ham/hamlib/Makefile b/ham/hamlib/Makefile index 7b473b87e51..2868051a1b0 100644 --- a/ham/hamlib/Makefile +++ b/ham/hamlib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2012/08/07 12:21:54 gdt Exp $ +# $NetBSD: Makefile,v 1.31 2012/10/03 13:01:45 asau Exp $ # DISTNAME= hamlib-1.2.15.2 @@ -9,8 +9,6 @@ MAINTAINER= gdt@NetBSD.org HOMEPAGE= http://hamlib.sourceforge.net/ COMMENT= API for digital communications equipment -PKG_DESTDIR_SUPPORT= user-destdir - MAKE_JOBS_SAFE= no USE_LANGUAGES= c c++ |