summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormef <mef@pkgsrc.org>2015-01-30 09:14:08 +0000
committermef <mef@pkgsrc.org>2015-01-30 09:14:08 +0000
commitcbe7f325050b8a8ef5bdac5f28baef4c613f70cd (patch)
tree924d8fb6595c0165f25694a1a7474c6842260b45 /ham
parent39e20549cca4b22f551016500a5b7452cc57e4a5 (diff)
downloadpkgsrc-cbe7f325050b8a8ef5bdac5f28baef4c613f70cd.tar.gz
Fix PLIST problem. When assigning value to PLIST_SRC, should take care whole thing.
Diffstat (limited to 'ham')
-rw-r--r--ham/gnuradio-core/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/ham/gnuradio-core/Makefile b/ham/gnuradio-core/Makefile
index 884c29544bd..b7990053e56 100644
--- a/ham/gnuradio-core/Makefile
+++ b/ham/gnuradio-core/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.46 2015/01/27 06:01:44 dbj Exp $
+# $NetBSD: Makefile,v 1.47 2015/01/30 09:14:08 mef Exp $
PKGNAME= gnuradio-core-${VERSION}
COMMENT= Core part of GNU Radio, all others need this
@@ -14,7 +14,7 @@ CONF_FILES+= ${EGDIR}/gr-audio.conf ${PKG_SYSCONFDIR}/gr-audio.conf
.include "../../mk/oss.buildlink3.mk"
.if ${OSS_TYPE} != "none"
CONF_FILES+= ${EGDIR}/gr-audio-oss.conf ${PKG_SYSCONFDIR}/gr-audio-oss.conf
-PLIST_SRC+= ${PKGDIR}/PLIST.oss
+PLIST_SRC= ${PKGDIR}/PLIST ${PKGDIR}/PLIST.oss
.endif
# set default as minimum