summaryrefslogtreecommitdiff
path: root/shells/bash3/Makefile
diff options
context:
space:
mode:
authorDavid E. O'Brien <obrien@FreeBSD.org>1996-12-27 06:01:29 +0000
committerDavid E. O'Brien <obrien@FreeBSD.org>1996-12-27 06:01:29 +0000
commit116bb06e77a1b0fd6d7cafeb7df0d696b95cdf0b (patch)
treee6250e558f4b998e6a23f8c04d3e2e4aee120a58 /shells/bash3/Makefile
parentDid a little "SUBDIR += estic" (diff)
Style police.
Notes
Notes: svn path=/head/; revision=5102
Diffstat (limited to 'shells/bash3/Makefile')
-rw-r--r--shells/bash3/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/shells/bash3/Makefile b/shells/bash3/Makefile
index 6bd552aea9fe..8ac203701847 100644
--- a/shells/bash3/Makefile
+++ b/shells/bash3/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>