pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/ham/gnuradio-core Fix PLIST problem. When assigning va...
details: https://anonhg.NetBSD.org/pkgsrc/rev/d2b4695beac5
branches: trunk
changeset: 645560:d2b4695beac5
user: mef <mef%pkgsrc.org@localhost>
date: Fri Jan 30 09:14:08 2015 +0000
description:
Fix PLIST problem. When assigning value to PLIST_SRC, should take care whole thing.
diffstat:
ham/gnuradio-core/Makefile | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 32a0f2082fc0 -r d2b4695beac5 ham/gnuradio-core/Makefile
--- a/ham/gnuradio-core/Makefile Fri Jan 30 07:32:24 2015 +0000
+++ b/ham/gnuradio-core/Makefile Fri Jan 30 09:14:08 2015 +0000
@@ -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 @@
.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
Home |
Main Index |
Thread Index |
Old Index