diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1997-03-04 05:14:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1997-03-04 05:14:57 +0000 |
commit | 93dfe9df5ac90aeb350047ca5035efd6ee0eb03b (patch) | |
tree | 441dbf8eb1fd801c0cf597ec50736372f4cbf071 | |
parent | 64cc8edea56c90e481db9d36f2f8ae9d777393d1 (diff) | |
download | freebsd-ports-93dfe9df5ac90aeb350047ca5035efd6ee0eb03b.zip |
Remove version-specific DIST_SUBDIR. It is too hard to maintain if the
number of subdirectories grow.
-rw-r--r-- | net/bb/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/bb/Makefile b/net/bb/Makefile index 3deeddd0ad63..9142afc45ab3 100644 --- a/net/bb/Makefile +++ b/net/bb/Makefile @@ -3,7 +3,7 @@ # Date created: So 17 Nov 1996 16:59:23 MET # Whom: Andreas Klemm <andreas@klemm.gtn.com> # -# $Id: Makefile,v 1.13 1997/01/26 18:44:35 andreas Exp $ +# $Id: Makefile,v 1.14 1997/03/03 21:37:01 andreas Exp $ # DISTNAME= bb @@ -21,8 +21,6 @@ BUILD_DEPENDS= ${PREFIX}/sbin/httpd:${PORTSDIR}/www/apache # contact Sean MacGuire <sean@iti.qc.ca>. #NO_CDROM= "It can't be sold" -DIST_SUBDIR= bb-1.04 - post-configure: ( cd ${WRKSRC}/doc; /bin/sh bbconfig freebsd ) @${CP} ${FILESDIR}/Makefile ${WRKSRC} |