summaryrefslogtreecommitdiff
path: root/ham
diff options
context:
space:
mode:
authormef <mef>2015-01-30 09:14:08 +0000
committermef <mef>2015-01-30 09:14:08 +0000
commit7b2c8e45ccdfd947b83045e9969933410b716a9c (patch)
tree924d8fb6595c0165f25694a1a7474c6842260b45 /ham
parent5b2a1c2232457b616048ee3db864d2cd03992234 (diff)
downloadpkgsrc-7b2c8e45ccdfd947b83045e9969933410b716a9c.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