From 7b2c8e45ccdfd947b83045e9969933410b716a9c Mon Sep 17 00:00:00 2001 From: mef Date: Fri, 30 Jan 2015 09:14:08 +0000 Subject: Fix PLIST problem. When assigning value to PLIST_SRC, should take care whole thing. --- ham/gnuradio-core/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'ham') 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 -- cgit v1.2.3