summaryrefslogtreecommitdiff
path: root/security/freebsd-update
diff options
context:
space:
mode:
authorMichael Nottebrock <lofi@FreeBSD.org>2004-05-11 12:03:36 +0000
committerMichael Nottebrock <lofi@FreeBSD.org>2004-05-11 12:03:36 +0000
commitc459f588d42cc5926bbbc4895c3aefad90b6ce52 (patch)
tree55e89a43e956028e1963ac774d77e56455ca7990 /security/freebsd-update
parentAdd sensible default because OPTIONS does not do it when BATCH (diff)
PLIST_FILES-ify, pet portlint.
PR: ports/62499 Submitted by: Colin Percival <cperciva@daemonology.net>
Notes
Notes: svn path=/head/; revision=108915
Diffstat (limited to 'security/freebsd-update')
-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