aboutsummaryrefslogtreecommitdiff
path: root/devel/log4sh/Makefile
diff options
context:
space:
mode:
authorShaun Amott <shaun@FreeBSD.org>2006-06-22 00:06:50 +0000
committerShaun Amott <shaun@FreeBSD.org>2006-06-22 00:06:50 +0000
commit66969b0a32bf243b7b4270ec748f501ce92e9795 (patch)
treef04b107e2352e0a73dab35367aafae7908ecf79b /devel/log4sh/Makefile
parenta67911a3558a065196a13f23b0f8987e378619bf (diff)
downloadports-66969b0a32bf243b7b4270ec748f501ce92e9795.tar.gz
ports-66969b0a32bf243b7b4270ec748f501ce92e9795.zip
- Update to 1.3.4
PR: ports/99262 Submitted by: David Thiel <lx@redundancy.redundancy.org> (maintainer) Approved by: ahze (mentor)
Notes
Notes: svn path=/head/; revision=166009
Diffstat (limited to 'devel/log4sh/Makefile')
-rw-r--r--devel/log4sh/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/devel/log4sh/Makefile b/devel/log4sh/Makefile
index ba9573a8ea7a..65be57281f33 100644
--- a/devel/log4sh/Makefile
+++ b/devel/log4sh/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= log4sh
-PORTVERSION= 1.3.1
+PORTVERSION= 1.3.4
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@@ -18,8 +18,10 @@ COMMENT= A common logging library for Bourne shell scripts
PLIST_FILES= lib/log4sh
PORTDOCS= log4sh.html
+ALL_TARGET= build
+
do-install:
- ${INSTALL_DATA} ${WRKSRC}/build/log4sh ${PREFIX}/lib
+ ${INSTALL_DATA} ${WRKSRC}/src/shell/log4sh ${PREFIX}/lib
.if !defined(NOPORTDOCS)
@${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/doc/log4sh.html ${DOCSDIR}