summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Zverev <az@FreeBSD.org>2013-07-25 17:54:26 +0000
committerAndrej Zverev <az@FreeBSD.org>2013-07-25 17:54:26 +0000
commitb9e49d039cdf0d33091640e74b4d1133e5024e3b (patch)
treeae4cdffba06c368ef40831616eefc4d0f7b8112d
parent- switch simple inline replacement from perl to sed (diff)
- Fix typo: SUB_FILES don't need extention
Notes
Notes: svn path=/head/; revision=323656
-rw-r--r--finance/ledgersmb/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/finance/ledgersmb/Makefile b/finance/ledgersmb/Makefile
index acbed1ab34b1..0c38f8e4a8bf 100644
--- a/finance/ledgersmb/Makefile
+++ b/finance/ledgersmb/Makefile
@@ -19,7 +19,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
PKGMESSAGE= ${WRKDIR}/pkg-message
USES= shebangfix
SHEBANG_FILES= *.pl locale/*/*.pl bin/*/*.pl utils/*/*.pl
-SUB_FILES= ${PORTNAME}-httpd.conf.in pkg-message.in
+SUB_FILES= ${PORTNAME}-httpd.conf pkg-message
do-install:
@cd ${WRKDIR} ; \