1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-06 06:30:19 +00:00
freebsd-ports/dns/openresolv/Makefile
Alexey Dokuchaev 663bf43fa6 For ports under cad', devel', dns, and `math' categories: remove
redundant PKGMESSAGE assignment, which is set appropriately by the
b.p.m when `pkg-message' appears on the SUB_FILES list.
2018-05-05 15:09:22 +00:00

20 lines
420 B
Makefile

# Created by: Roy Marples <roy@marples.name>
# $FreeBSD$
PORTNAME= openresolv
PORTVERSION= 1.1
PORTREVISION= 1
CATEGORIES= dns
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
NO_ARCH= yes
SUB_FILES= pkg-deinstall pkg-message
.include <bsd.port.mk>