svn commit: r331931 - head/net/dhcpcd

Xin LI delphij at FreeBSD.org
Tue Oct 29 06:13:16 UTC 2013


Author: delphij
Date: Tue Oct 29 06:13:15 2013
New Revision: 331931
URL: http://svnweb.freebsd.org/changeset/ports/331931

Log:
  Fix plist.
  
  Pointy hat to:	delphij

Modified:
  head/net/dhcpcd/Makefile
  head/net/dhcpcd/pkg-plist

Modified: head/net/dhcpcd/Makefile
==============================================================================
--- head/net/dhcpcd/Makefile	Tue Oct 29 06:06:15 2013	(r331930)
+++ head/net/dhcpcd/Makefile	Tue Oct 29 06:13:15 2013	(r331931)
@@ -3,7 +3,7 @@
 
 PORTNAME=	dhcpcd
 PORTVERSION=	5.5.6
-PORTREVISION=	1
+PORTREVISION=	2
 CATEGORIES=	net
 MASTER_SITES=	http://roy.marples.name/downloads/dhcpcd/ \
 		LOCAL/delphij

Modified: head/net/dhcpcd/pkg-plist
==============================================================================
--- head/net/dhcpcd/pkg-plist	Tue Oct 29 06:06:15 2013	(r331930)
+++ head/net/dhcpcd/pkg-plist	Tue Oct 29 06:13:15 2013	(r331931)
@@ -10,4 +10,4 @@ libexec/dhcpcd-hooks/30-hostname
 libexec/dhcpcd-hooks/01-test
 libexec/dhcpcd-hooks/29-lookup-hostname
 libexec/dhcpcd-run-hooks
- at unexec [ -s %D/libexec/dhcpcd-hooks ] || rm -f %D/libexec/dhcpcd-hooks
+ at dirrmtry libexec/dhcpcd-hooks


More information about the svn-ports-all mailing list