aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorlofi <lofi@FreeBSD.org>2004-05-11 20:03:36 +0800
committerlofi <lofi@FreeBSD.org>2004-05-11 20:03:36 +0800
commitbf34d27b0b53fd1503a78befba68d89f32c31616 (patch)
tree3a3888781a113e7cf23b7369848ebf8b5d2e08a1 /security
parent1a1eba0011eb587bfd9184bf92b975cb2cdb6d9c (diff)
downloadfreebsd-ports-gnome-bf34d27b0b53fd1503a78befba68d89f32c31616.tar.gz
freebsd-ports-gnome-bf34d27b0b53fd1503a78befba68d89f32c31616.tar.zst
freebsd-ports-gnome-bf34d27b0b53fd1503a78befba68d89f32c31616.zip
PLIST_FILES-ify, pet portlint.
PR: ports/62499 Submitted by: Colin Percival <cperciva@daemonology.net>
Diffstat (limited to 'security')
-rw-r--r--security/freebsd-update/Makefile10
-rw-r--r--security/freebsd-update/pkg-plist8
2 files changed, 8 insertions, 10 deletions
diff --git a/security/freebsd-update/Makefile b/security/freebsd-update/Makefile
index 5d7404915c03..90b57c507b90 100644
--- a/security/freebsd-update/Makefile
+++ b/security/freebsd-update/Makefile
@@ -20,17 +20,23 @@ COMMENT= Fetches and installs binary updates to FreeBSD
# The RSA code has only been tested on i386; I don't *think* there are
# any word-size or endian issues, but I'm not sure. Since nobody is
# building updates for non-i386 platforms anyway, this won't hurt anyone.
-ONLY_FOR_ARCHS= i386
-
RUN_DEPENDS= bspatch:${PORTSDIR}/misc/bsdiff
+ONLY_FOR_ARCHS= i386
+
MAN5= freebsd-update.conf.5
MAN8= freebsd-update.8
+PLIST_FILES= sbin/freebsd-update \
+ sbin/freebsd-update-verify \
+ etc/freebsd-update.conf.sample
+PLIST_DIRS= freebsd-update
PKGMESSAGE= ${WRKDIR}/pkg-message
.ifdef NOPORTDOCS
MAKE_ENV+= NODOCS=yes
+.else
+PORTDOCS= LICENSE README VERSION
.endif
post-extract:
diff --git a/security/freebsd-update/pkg-plist b/security/freebsd-update/pkg-plist
deleted file mode 100644
index d544104379b9..000000000000
--- a/security/freebsd-update/pkg-plist
+++ /dev/null
@@ -1,8 +0,0 @@
-sbin/freebsd-update
-sbin/freebsd-update-verify
-etc/freebsd-update.conf.sample
-%%PORTDOCS%%%%DOCSDIR%%/LICENSE
-%%PORTDOCS%%%%DOCSDIR%%/README
-%%PORTDOCS%%%%DOCSDIR%%/VERSION
-%%PORTDOCS%%@dirrm %%DOCSDIR%%
-@dirrm freebsd-update