diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-27 06:01:29 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 1996-12-27 06:01:29 +0000 |
commit | 116bb06e77a1b0fd6d7cafeb7df0d696b95cdf0b (patch) | |
tree | e6250e558f4b998e6a23f8c04d3e2e4aee120a58 /shells/bash2 | |
parent | 55c1b2135d74e330032934dbabb388ba8bad20e2 (diff) | |
download | ports-116bb06e77a1b0fd6d7cafeb7df0d696b95cdf0b.tar.gz ports-116bb06e77a1b0fd6d7cafeb7df0d696b95cdf0b.zip |
Notes
Diffstat (limited to 'shells/bash2')
-rw-r--r-- | shells/bash2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash2/Makefile b/shells/bash2/Makefile index 6bd552aea9fe..8ac203701847 100644 --- a/shells/bash2/Makefile +++ b/shells/bash2/Makefile @@ -3,16 +3,16 @@ # Date created: 21 August 1994 # Whom: jkh # -# $Id: Makefile,v 1.16 1996/08/28 15:21:00 ache Exp $ +# $Id: Makefile,v 1.17 1996/11/18 11:39:42 asami Exp $ # DISTNAME= bash-1.14.7 -WRKSRC= ${WRKDIR}/bash-1.14.7 CATEGORIES= shells MASTER_SITES= ftp://slc2.ins.cwru.edu/pub/dist/ MAINTAINER= ache@FreeBSD.ORG +WRKSRC= ${WRKDIR}/${DISTNAME} # Don't compress manpages or .so not works. .include <bsd.port.mk> |