mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Make fetchable, portlint.
PR: 47416 Reported by: marc+bayonne@dull.net (Marc Rassbach)
This commit is contained in:
parent
bf62f42755
commit
78c14fb8ea
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=73886
2 changed files with 6 additions and 3 deletions
|
@ -8,7 +8,9 @@
|
||||||
PORTNAME= bayonne
|
PORTNAME= bayonne
|
||||||
PORTVERSION= 0.5.3
|
PORTVERSION= 0.5.3
|
||||||
CATEGORIES= comms
|
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
|
MAINTAINER= dyfet@gnu.org
|
||||||
|
|
||||||
|
@ -25,8 +27,10 @@ INSTALLS_SHLIB= yes
|
||||||
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
CONFIGURE_ENV= CPPFLAGS=-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib
|
||||||
PLIST_SUB= BAYONNE_VERSION=%{PORT_VERSION}
|
PLIST_SUB= BAYONNE_VERSION=%{PORT_VERSION}
|
||||||
|
|
||||||
|
MAN8= bayonne.8
|
||||||
|
|
||||||
post-extract:
|
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'
|
's|-release \$$\(LT_RELEASE\)||g'
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
|
@ -20,7 +20,6 @@ libexec/tgi/sendmail.pl
|
||||||
libexec/tgi/testtgi.pl
|
libexec/tgi/testtgi.pl
|
||||||
libexec/tgi/tgigetdbval.pl
|
libexec/tgi/tgigetdbval.pl
|
||||||
libexec/tgi/tgisetdbval.pl
|
libexec/tgi/tgisetdbval.pl
|
||||||
man/man8/bayonne.8
|
|
||||||
share/aascripts/cidlog.scr
|
share/aascripts/cidlog.scr
|
||||||
share/aascripts/playrec.scr
|
share/aascripts/playrec.scr
|
||||||
share/aascripts/playrec1.scr
|
share/aascripts/playrec1.scr
|
||||||
|
|
Loading…
Add table
Reference in a new issue