mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
Stagify.
This commit is contained in:
parent
b1075d438e
commit
d90ae4b9d4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=356907
@ -10,8 +10,8 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A double entry accounting system
|
||||
|
||||
BUILD_DEPENDS= p5-DBD-Pg>=0:${PORTSDIR}/databases/p5-DBD-Pg \
|
||||
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||
p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std
|
||||
p5-MIME-Lite>=0:${PORTSDIR}/mail/p5-MIME-Lite \
|
||||
p5-Config-Std>=0:${PORTSDIR}/devel/p5-Config-Std
|
||||
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
||||
|
||||
LATEST_LINK= ledgersmb12
|
||||
@ -23,7 +23,6 @@ USE_PERL5= run build patch
|
||||
|
||||
SUB_FILES= pkg-message
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
post-patch:
|
||||
@ -34,13 +33,10 @@ post-patch:
|
||||
> ${WRKDIR}/ledger-smb-httpd.conf
|
||||
|
||||
do-install:
|
||||
@${CP} -R ${WRKSRC} ${PREFIX}
|
||||
@cd ${PREFIX}/${PORTNAME} ; \
|
||||
@${CP} -R ${WRKSRC} ${STAGEDIR}${PREFIX}
|
||||
@cd ${STAGEDIR}${PREFIX}/${PORTNAME} ; \
|
||||
${CHOWN} -hR ${WWWOWN}:${WWWGRP} * ; \
|
||||
${CHMOD} 711 templates css spool
|
||||
@${INSTALL_DATA} ${WRKDIR}/ledger-smb-httpd.conf ${PREFIX}/etc/
|
||||
|
||||
post-install:
|
||||
@${CAT} ${PKGMESSAGE}
|
||||
@${INSTALL_DATA} ${WRKDIR}/ledger-smb-httpd.conf ${STAGEDIR}${PREFIX}/etc/
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user