diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2017-11-02 21:41:47 +0000 |
commit | e929aea23c678404413a50eb73c457b8960438e1 (patch) | |
tree | 703ea97b5e5fc4a7ad76317a23ee70bd12ff1494 /finance/sql-ledger | |
parent | 149be67400eb8cd7ef5777241693267dc5e74076 (diff) |
Notes
Diffstat (limited to 'finance/sql-ledger')
-rw-r--r-- | finance/sql-ledger/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/finance/sql-ledger/Makefile b/finance/sql-ledger/Makefile index 623b9b221d38..96413bbbfe75 100644 --- a/finance/sql-ledger/Makefile +++ b/finance/sql-ledger/Makefile @@ -23,9 +23,9 @@ NO_ARCH= yes ROOT_DIRS= SL bin css doc images js locale spool sql templates users ROOT_FILES= VERSION admin.pl am.pl ap.pl ar.pl bp.pl ca.pl cp.pl ct.pl\ - favicon.ico gl.pl hr.pl ic.pl im.pl index.html ir.pl is.pl\ + favicon.ico gl.pl hr.pl ic.pl im.pl index.html ir.pl is.pl\ jc.pl login.pl menu.ini menu.pl oe.pl pe.pl ps.pl rc.pl\ - rd.pl rp.pl setup.pl sm.pl vr.pl + rd.pl rp.pl setup.pl sm.pl vr.pl do-install: ${INSTALL_DATA} ${WRKDIR}/sql-ledger-httpd.conf ${STAGEDIR}${PREFIX}/etc/ |