mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-06 06:30:19 +00:00
663bf43fa6
redundant PKGMESSAGE assignment, which is set appropriately by the b.p.m when `pkg-message' appears on the SUB_FILES list.
20 lines
420 B
Makefile
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>
|