diff options
author | asau <asau> | 2012-10-02 23:47:56 +0000 |
---|---|---|
committer | asau <asau> | 2012-10-02 23:47:56 +0000 |
commit | a189a0a58af46c22e9617b692b0b2c19644064df (patch) | |
tree | 64a82e5e9a3c86495795e69d6108c67c1f8a38a8 /audio/rsynth/Makefile | |
parent | 15a711f4888f293824b155dfda3d0b8b914e8cf8 (diff) | |
download | pkgsrc-a189a0a58af46c22e9617b692b0b2c19644064df.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'audio/rsynth/Makefile')
-rw-r--r-- | audio/rsynth/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/audio/rsynth/Makefile b/audio/rsynth/Makefile index e82ceb88717..8d9101d9772 100644 --- a/audio/rsynth/Makefile +++ b/audio/rsynth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2012/02/06 02:50:44 sbd Exp $ +# $NetBSD: Makefile,v 1.20 2012/10/02 23:48:08 asau Exp $ DISTNAME= rsynth-2.0 PKGREVISION= 5 @@ -24,7 +24,6 @@ CONFIGURE_ARGS+=--without-bDict CONFIGURE_ENV+= ac_cv_lib_audio=yes XLIBS=-lXt INSTALLATION_DIRS+= bin share/rsynth -PKG_DESTDIR_SUPPORT= user-destdir pre-configure: ${GZCAT} ${DISTDIR}/${DIST_SUBDIR}/cmudict.0.4.Z > ${WRKDIR}/cmudict.0.4 |