diff options
-rw-r--r-- | finance/ledgersmb/Makefile | 2 |
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} ; \ |