svn commit: r344352 - head/dns/openresolv

Martin Wilke miwi at FreeBSD.org
Sat Feb 15 10:14:45 UTC 2014


Author: miwi
Date: Sat Feb 15 10:14:44 2014
New Revision: 344352
URL: http://svnweb.freebsd.org/changeset/ports/344352
QAT: https://qat.redports.org/buildarchive/r344352/

Log:
  - Stage support

Modified:
  head/dns/openresolv/Makefile
  head/dns/openresolv/pkg-plist

Modified: head/dns/openresolv/Makefile
==============================================================================
--- head/dns/openresolv/Makefile	Sat Feb 15 10:14:33 2014	(r344351)
+++ head/dns/openresolv/Makefile	Sat Feb 15 10:14:44 2014	(r344352)
@@ -5,21 +5,16 @@ PORTNAME=	openresolv
 PORTVERSION=	1.1
 CATEGORIES=	dns
 MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
-  ftp://roy.marples.name/pub/openresolv/
+		ftp://roy.marples.name/pub/openresolv/
 
 MAINTAINER=	roy at marples.name
 COMMENT=	A resolvconf compatible framework for managing resolv.conf
 
 USE_BZIP2=	yes
 
-MAN8=	resolvconf.8
-
 SUB_FILES=	pkg-deinstall pkg-message
 PKGDEINSTALL=	${WRKDIR}/pkg-deinstall
 PKGMESSAGE=	${WRKDIR}/pkg-message
 
-NO_STAGE=	yes
-post-install:
-	@${CAT} ${WRKDIR}/pkg-message
 
 .include <bsd.port.mk>

Modified: head/dns/openresolv/pkg-plist
==============================================================================
--- head/dns/openresolv/pkg-plist	Sat Feb 15 10:14:33 2014	(r344351)
+++ head/dns/openresolv/pkg-plist	Sat Feb 15 10:14:44 2014	(r344352)
@@ -5,6 +5,7 @@ etc/resolvconf/run
 etc/resolvconf/update.d/libc
 etc/resolvconf/update.d/dnsmasq
 etc/resolvconf/update.d/named
+man/man8/resolvconf.8.gz
 @dirrm etc/resolvconf/update.d
 @dirrm etc/resolvconf/update-libc.d
 @dirrm etc/resolvconf/resolv.conf.d


More information about the svn-ports-head mailing list