mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
- Add LICENSE
- Modernize plist
This commit is contained in:
parent
fef71a8ec1
commit
1ab6bf6ae4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=386429
@ -10,6 +10,9 @@ MASTER_SITES= http://ftp.icdevgroup.org/interchange/5.6/tar/
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= RedHat's database-enabled e-commerce server
|
||||
|
||||
LICENSE= GPLv2
|
||||
LICENSE_FILE= ${WRKSRC}/LICENSE
|
||||
|
||||
RUN_DEPENDS= p5-Safe-Hole>=0.10:${PORTSDIR}/security/p5-Safe-Hole \
|
||||
p5-URI>=1.37:${PORTSDIR}/net/p5-URI \
|
||||
p5-libwww>=5.810:${PORTSDIR}/www/p5-libwww \
|
||||
@ -56,8 +59,7 @@ post-install:
|
||||
# This directory has to be created here for check-plist to pass, otherwise it
|
||||
# complains the @dirrmtry /var/run/interchange entry does not have a matching
|
||||
# directory in the stage tree.
|
||||
# Its ownership and mode are properly set in the @exec call when the package is
|
||||
# installed.
|
||||
# Its ownership and mode are properly set in the @dir plist entry
|
||||
${MKDIR} ${STAGEDIR}/var/run/interchange
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1782,5 +1782,4 @@ man/man1/update.1.gz
|
||||
%%PERL5_MAN3%%/Vend::Table::Editor.3.gz
|
||||
%%PERL5_MAN3%%/Vend::UserControl.3.gz
|
||||
%%PERL5_MAN3%%/Vend::UserDB.3.gz
|
||||
@exec install -d -o interch -g interch -m 770 /var/run/interchange
|
||||
@dir /var/run/interchange
|
||||
@dir(interch,interch,770) /var/run/interchange
|
||||
|
Loading…
x
Reference in New Issue
Block a user