svn commit: r319155 - head/sysutils/apcpwr
Boris Samorodov
bsam at FreeBSD.org
Mon May 27 05:41:59 UTC 2013
Author: bsam
Date: Mon May 27 05:41:58 2013
New Revision: 319155
URL: http://svnweb.freebsd.org/changeset/ports/319155
Log:
. trim Makefile header;
. use PLIST_FILES;
. remove pkg-plist (two lines).
Deleted:
head/sysutils/apcpwr/pkg-plist
Modified:
head/sysutils/apcpwr/Makefile
Modified: head/sysutils/apcpwr/Makefile
==============================================================================
--- head/sysutils/apcpwr/Makefile Mon May 27 05:38:11 2013 (r319154)
+++ head/sysutils/apcpwr/Makefile Mon May 27 05:41:58 2013 (r319155)
@@ -1,9 +1,5 @@
-# ports collection makefile for: apcpwr
-# Date created: 1 June 2003
-# Whom: jwd
-#
+# Created by: jwd
# $FreeBSD$
-#
PORTNAME= apcpwr
PORTVERSION= 1.3
@@ -16,6 +12,7 @@ COMMENT= Control APC 9211 MasterSwitchs
RUN_DEPENDS= snmpwalk:${PORTSDIR}/net-mgmt/net-snmp
+PLIST_FILES= bin/apcpwr etc/apcpwr.conf.dist
MAN8= apcpwr.8
post-install:
More information about the svn-ports-all
mailing list