diff options
author | kris <kris@FreeBSD.org> | 1999-10-22 03:41:57 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 1999-10-22 03:41:57 +0800 |
commit | 72fab2c77475f39e5f60d24f71e88e415ba72b6e (patch) | |
tree | 51aa7f5a96309ac4fdd1ef4a300e7d7f2c93fedd /security | |
parent | 2b6d6c74c788e2100da0c3a0d8fcc011052c184c (diff) | |
download | freebsd-ports-gnome-72fab2c77475f39e5f60d24f71e88e415ba72b6e.tar.gz freebsd-ports-gnome-72fab2c77475f39e5f60d24f71e88e415ba72b6e.tar.zst freebsd-ports-gnome-72fab2c77475f39e5f60d24f71e88e415ba72b6e.zip |
Upgrade to 0.4.1.
Diffstat (limited to 'security')
-rw-r--r-- | security/fakebo/Makefile | 11 | ||||
-rw-r--r-- | security/fakebo/distinfo | 2 | ||||
-rw-r--r-- | security/fakebo/pkg-plist | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/security/fakebo/Makefile b/security/fakebo/Makefile index 5c495de08076..745975381c58 100644 --- a/security/fakebo/Makefile +++ b/security/fakebo/Makefile @@ -1,34 +1,35 @@ # New ports collection makefile for: fakebo -# Version required: 0.3.3 +# Version required: 0.4.1 # Date created: 16 March 1999 # Whom: Kris Kennaway <kris@FreeBSD.org> # # $FreeBSD$ # -DISTNAME= fakebo -PKGNAME= fakebo-0.3.3 +DISTNAME= fakebo-0.4.1 CATEGORIES= security MASTER_SITES= http://yi.com/home/KosturjakVlatko/ \ ftp://ftp.c-com.net/pub/.10/LinuxBerg/files/console/ \ ftp://ftp.bitcon.no/.10/linux/linuxberg/files/console/ \ ftp://ftp.ist.utl.pt/pub/linuxberg/files/console/ -EXTRACT_SUFX= .tgz MAINTAINER= kris@FreeBSD.org WRKSRC= ${WRKDIR}/${PKGNAME} +GNU_CONFIGURE= yes + MAN1= fakebo.1 do-install: ${INSTALL_PROGRAM} ${WRKSRC}/fakebo ${PREFIX}/bin/ - ${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/ + ${INSTALL_DATA} ${WRKSRC}/fakebo.conf ${PREFIX}/etc/fakebo.conf.sample ${INSTALL_MAN} ${WRKSRC}/fakebo.1 ${PREFIX}/man/man1/ .if !defined(NOPORTDOCS) ${MKDIR} ${PREFIX}/share/doc/fakebo/ ${INSTALL_MAN} ${WRKSRC}/custom.replies ${PREFIX}/share/doc/fakebo/ + ${INSTALL_MAN} ${WRKSRC}/README ${PREFIX}/share/doc/fakebo/ .endif .include <bsd.port.mk> diff --git a/security/fakebo/distinfo b/security/fakebo/distinfo index ad15147152d9..777c5fb71819 100644 --- a/security/fakebo/distinfo +++ b/security/fakebo/distinfo @@ -1 +1 @@ -MD5 (fakebo.tgz) = b4a8a61086d17cec8106732016982320 +MD5 (fakebo-0.4.1.tar.gz) = 442b48ba44250104c30a6e7975230b7c diff --git a/security/fakebo/pkg-plist b/security/fakebo/pkg-plist index 0dd96ca107d0..83a99a08bcbf 100644 --- a/security/fakebo/pkg-plist +++ b/security/fakebo/pkg-plist @@ -1,4 +1,4 @@ bin/fakebo -etc/fakebo.conf +etc/fakebo.conf.sample +share/doc/fakebo/README share/doc/fakebo/custom.replies -@dirrm share/doc/fakebo/ |