pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/sysutils/bkpupsd This package's original files assume ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4dfc5d1764f3
branches:  trunk
changeset: 485508:4dfc5d1764f3
user:      taca <taca%pkgsrc.org@localhost>
date:      Tue Dec 14 15:09:03 2004 +0000

description:
This package's original files assume heavily BSD code base.
It might work on FreeBSD, but currently I restrict this package
only for NetBSD.

diffstat:

 sysutils/bkpupsd/Makefile |  5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diffs (19 lines):

diff -r 05f214a350ee -r 4dfc5d1764f3 sysutils/bkpupsd/Makefile
--- a/sysutils/bkpupsd/Makefile Tue Dec 14 14:51:07 2004 +0000
+++ b/sysutils/bkpupsd/Makefile Tue Dec 14 15:09:03 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/05/04 02:07:06 snj Exp $
+# $NetBSD: Makefile,v 1.12 2004/12/14 15:09:03 taca Exp $
 #
 
 DISTNAME=      bkpupsd-2.1.2
@@ -12,6 +12,9 @@
 HOMEPAGE=      # not exist
 COMMENT=       Simple UPS daemon for BK-Pro, BK series and FREQUPS F series
 
+# Original program assumes BSD code base.
+ONLY_FOR_PLATFORM= NetBSD-*-*
+
 USE_BUILDLINK3=        YES
 USE_PKGINSTALL=        YES
 



Home | Main Index | Thread Index | Old Index