diff options
author | arved <arved@FreeBSD.org> | 2003-01-24 06:35:32 +0800 |
---|---|---|
committer | arved <arved@FreeBSD.org> | 2003-01-24 06:35:32 +0800 |
commit | 8e2b8589c19223874f5ce0d5b42cbc568794bb41 (patch) | |
tree | 5ae10119be3cd49e5861dc876931feb089b8c9fa /comms | |
parent | c11d7dcdf10034c986085f6383465540c6b9e4f8 (diff) | |
download | freebsd-ports-gnome-8e2b8589c19223874f5ce0d5b42cbc568794bb41.tar.gz freebsd-ports-gnome-8e2b8589c19223874f5ce0d5b42cbc568794bb41.tar.zst freebsd-ports-gnome-8e2b8589c19223874f5ce0d5b42cbc568794bb41.zip |
Make fetchable, portlint.
PR: 47416
Reported by: marc+bayonne@dull.net (Marc Rassbach)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/bayonne/Makefile | 8 | ||||
-rw-r--r-- | comms/bayonne/pkg-plist | 1 |
2 files changed, 6 insertions, 3 deletions
diff --git a/comms/bayonne/Makefile b/comms/bayonne/Makefile index 2d92be41c21e..791397a58937 100644 --- a/comms/bayonne/Makefile +++ b/comms/bayonne/Makefile @@ -8,7 +8,9 @@ PORTNAME= bayonne PORTVERSION= 0.5.3 CATEGORIES= comms -MASTER_SITES= ftp://www.voxilla.org/pub/bayonne/ +MASTER_SITES= ${MASTER_SITE_GNU} \ + ftp://www.voxilla.org/pub/bayonne/ +MASTER_SITE_SUBDIR= ../old-gnu/bayonne MAINTAINER= dyfet@gnu.org @@ -25,8 +27,10 @@ INSTALLS_SHLIB= yes CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib PLIST_SUB= BAYONNE_VERSION=%{PORT_VERSION} +MAN8= bayonne.8 + post-extract: - @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ + @${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${PERL} -pi -e \ 's|-release \$$\(LT_RELEASE\)||g' post-install: diff --git a/comms/bayonne/pkg-plist b/comms/bayonne/pkg-plist index 4b83fc581bb8..a9d631e18232 100644 --- a/comms/bayonne/pkg-plist +++ b/comms/bayonne/pkg-plist @@ -20,7 +20,6 @@ libexec/tgi/sendmail.pl libexec/tgi/testtgi.pl libexec/tgi/tgigetdbval.pl libexec/tgi/tgisetdbval.pl -man/man8/bayonne.8 share/aascripts/cidlog.scr share/aascripts/playrec.scr share/aascripts/playrec1.scr |