mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Add NO_ARCH
- Add empty directory to plist - Whitespace fixes Approved by: portmgr blanket
This commit is contained in:
parent
3dbcb0dc36
commit
bad94e73db
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=396614
2 changed files with 5 additions and 3 deletions
|
@ -3,18 +3,19 @@
|
|||
|
||||
PORTNAME= openresolv
|
||||
PORTVERSION= 1.1
|
||||
PORTREVISION= 1
|
||||
CATEGORIES= dns
|
||||
MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
|
||||
MASTER_SITES= http://roy.marples.name/downloads/openresolv/ \
|
||||
ftp://roy.marples.name/pub/openresolv/
|
||||
|
||||
MAINTAINER= roy@marples.name
|
||||
COMMENT= Resolvconf compatible framework for managing resolv.conf
|
||||
|
||||
USES= tar:bzip2
|
||||
USES= tar:bzip2
|
||||
NO_ARCH= yes
|
||||
|
||||
SUB_FILES= pkg-deinstall pkg-message
|
||||
PKGDEINSTALL= ${WRKDIR}/pkg-deinstall
|
||||
PKGMESSAGE= ${WRKDIR}/pkg-message
|
||||
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -6,3 +6,4 @@ etc/resolvconf/update.d/libc
|
|||
etc/resolvconf/update.d/dnsmasq
|
||||
etc/resolvconf/update.d/named
|
||||
man/man8/resolvconf.8.gz
|
||||
@dir /var/run/resolvconf
|
||||
|
|
Loading…
Add table
Reference in a new issue