diff options
author | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-11 12:03:36 +0000 |
---|---|---|
committer | Michael Nottebrock <lofi@FreeBSD.org> | 2004-05-11 12:03:36 +0000 |
commit | c459f588d42cc5926bbbc4895c3aefad90b6ce52 (patch) | |
tree | 55e89a43e956028e1963ac774d77e56455ca7990 /security/freebsd-update | |
parent | 09ce3f3df38f7b844178adeecbcc35430d0cdae5 (diff) |
Notes
Diffstat (limited to 'security/freebsd-update')
-rw-r--r-- | security/freebsd-update/Makefile | 10 | ||||
-rw-r--r-- | security/freebsd-update/pkg-plist | 8 |
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 |