diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 00:51:31 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2015-05-16 00:51:31 +0800 |
commit | ef8429b72c8cff94f96f9b34dbdd95e8062bc386 (patch) | |
tree | 823b08d54eaf60085981c9f5febe7ef8f7d491a2 /www | |
parent | fc5943e0ddfa01fa454d20ed656a7a3cc7e91576 (diff) | |
download | freebsd-ports-gnome-ef8429b72c8cff94f96f9b34dbdd95e8062bc386.tar.gz freebsd-ports-gnome-ef8429b72c8cff94f96f9b34dbdd95e8062bc386.tar.zst freebsd-ports-gnome-ef8429b72c8cff94f96f9b34dbdd95e8062bc386.zip |
- Add LICENSE
- Modernize plist
Diffstat (limited to 'www')
-rw-r--r-- | www/interchange/Makefile | 6 | ||||
-rw-r--r-- | www/interchange/pkg-plist | 3 |
2 files changed, 5 insertions, 4 deletions
diff --git a/www/interchange/Makefile b/www/interchange/Makefile index a9b23503fb1c..34112d446a01 100644 --- a/www/interchange/Makefile +++ b/www/interchange/Makefile @@ -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> diff --git a/www/interchange/pkg-plist b/www/interchange/pkg-plist index 4bd482675d4a..971fec249dc2 100644 --- a/www/interchange/pkg-plist +++ b/www/interchange/pkg-plist @@ -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 |