diff options
| author | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-22 10:31:59 +0000 |
|---|---|---|
| committer | Muhammad Moinur Rahman <bofh@FreeBSD.org> | 2022-03-22 11:32:52 +0000 |
| commit | 0f856f2d633f647c523119aa43dbe55be3445ede (patch) | |
| tree | 21f0999798977e2a4b5a19546bcd7b01c009b02f /finance/sql-ledger/Makefile | |
| parent | a6d9ff7c9a259b47e2c172ebfdffdbfe8a280769 (diff) | |
Diffstat (limited to 'finance/sql-ledger/Makefile')
| -rw-r--r-- | finance/sql-ledger/Makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 2951a8d3e0f6..d7af7462ecbf 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -1,7 +1,7 @@ # Created by: lth@FreeBSD.org PORTNAME= sql-ledger -PORTVERSION= 3.2.10 +PORTVERSION= 3.2.11 CATEGORIES= finance perl5 MASTER_SITES= http://www.sql-ledger.com/source/ @@ -15,17 +15,19 @@ RUN_DEPENDS:= ${BUILD_DEPENDS} USES= apache:run,2.2+ perl5 pgsql shebangfix +SHEBANG_FILES= *.pl bin/*/*.pl locale/*/*.pl + +NO_ARCH= yes NO_BUILD= yes -WRKSRC= ${WRKDIR}/${PORTNAME} SUB_FILES= pkg-message sql-ledger-httpd.conf -SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl -NO_ARCH= yes + +WRKSRC= ${WRKDIR}/${PORTNAME} ROOT_DIRS= SL bin css doc images js locale spool sql templates users ROOT_FILES= VERSION favicon.ico index.html menu.ini ROOT_SCRIPTS= admin.pl am.pl ap.pl ar.pl bp.pl ca.pl cp.pl ct.pl gl.pl hr.pl \ - ic.pl im.pl ir.pl is.pl jc.pl login.pl menu.pl oe.pl pe.pl ps.pl \ - rc.pl rd.pl rp.pl setup.pl sm.pl vr.pl + ic.pl im.pl ir.pl is.pl jc.pl login.pl menu.pl oe.pl pe.pl \ + ps.pl rc.pl rd.pl rp.pl setup.pl sm.pl vr.pl .include <bsd.port.pre.mk> do-install: |
