aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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