diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 10:52:03 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2009-11-12 10:52:03 +0000 |
commit | b880f46e5d621d7ce72f2b6249d773744da1c90b (patch) | |
tree | d1a2bb42277a1affc21410e53eb697b28749093b | |
parent | 1d5f1fae6c4d5c31cb3c04d78a99c7a5f7165dd6 (diff) | |
download | ports-b880f46e5d621d7ce72f2b6249d773744da1c90b.tar.gz ports-b880f46e5d621d7ce72f2b6249d773744da1c90b.zip |
Notes
-rw-r--r-- | shells/shell-include/Makefile | 6 | ||||
-rw-r--r-- | shells/shell-include/distinfo | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/shells/shell-include/Makefile b/shells/shell-include/Makefile index 803394e15626..e77f2539f4a0 100644 --- a/shells/shell-include/Makefile +++ b/shells/shell-include/Makefile @@ -6,7 +6,7 @@ # PORTNAME= shell-include -PORTVERSION= 0.1.1 +PORTVERSION= 0.1.2 CATEGORIES= shells devel MASTER_SITES= http://vvelox.net/src/shell-include/ DISTNAME= ${PORTNAME}-${PORTVERSION} @@ -23,7 +23,7 @@ MAN3= random::shortIntRandom.3 \ MAN7= shell-include.7 -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${DISTNAME} #nothing to configure do-configure: @@ -34,6 +34,6 @@ do-build: @${ECHO} -n do-install: - @${EXEC} cd ${WRKDIR}/${PORTNAME}/ ; ${WRKDIR}/${PORTNAME}/install ${PREFIX} + @${EXEC} cd ${WRKSRC}/ ; ${WRKSRC}/install ${PREFIX} .include <bsd.port.mk> diff --git a/shells/shell-include/distinfo b/shells/shell-include/distinfo index f4a0dfb62516..ffebd6e4f641 100644 --- a/shells/shell-include/distinfo +++ b/shells/shell-include/distinfo @@ -1,3 +1,3 @@ -MD5 (shell-include-0.1.1.tgz) = 2a08625a72c118fb4040e087e5f61a29 -SHA256 (shell-include-0.1.1.tgz) = fac3ae3e9b05dbefc9ddb01c6dffbbbd118428ec3a6b256fb124616bfb73052d -SIZE (shell-include-0.1.1.tgz) = 4039 +MD5 (shell-include-0.1.2.tgz) = e0b6faa58235e541ce4e7931f52ac85f +SHA256 (shell-include-0.1.2.tgz) = 56ce1fc07589b36a7e880b5ceede7140f0566de0d0c7bf73adc958cd6807014f +SIZE (shell-include-0.1.2.tgz) = 4051 |