diff options
author | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-02 23:47:56 +0000 |
commit | e9fbb9d9f7c73b3d7843290331e8de0926eefe71 (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/nas-auscope | |
parent | a53bceebc3721a43da593b5f9978d442f4bd628c (diff) | |
download | pkgsrc-e9fbb9d9f7c73b3d7843290331e8de0926eefe71.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/nas-auscope')
-rw-r--r-- | audio/nas-auscope/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/nas-auscope/Makefile b/audio/nas-auscope/Makefile index 22ac72680dd..6cbb652a6cf 100644 --- a/audio/nas-auscope/Makefile +++ b/audio/nas-auscope/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2008/10/14 12:47:12 markd Exp $ +# $NetBSD: Makefile,v 1.7 2012/10/02 23:48:01 asau Exp $ DISTNAME= nas-1.9.1.src PKGNAME= nas-auscope-1.9.1 @@ -17,7 +17,6 @@ REPLACE_PERL= auscope NO_BUILD= yes -PKG_DESTDIR_SUPPORT= user-destdir INSTALLATION_DIRS= bin ${PKGMANDIR}/man1 do-install: |