diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2006-06-09 03:54:02 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2006-06-09 03:54:02 +0000 |
commit | eca44c8543205df1fed9c3ac0e2b7fed0d40030f (patch) | |
tree | 327dc129eeff9f28e11193b239aa09fd0f4d567c /shells/bash/Makefile | |
parent | 6f5170362d8c82688b04a38f54fa23c09b95929c (diff) | |
download | ports-eca44c8543205df1fed9c3ac0e2b7fed0d40030f.tar.gz ports-eca44c8543205df1fed9c3ac0e2b7fed0d40030f.zip |
Notes
Diffstat (limited to 'shells/bash/Makefile')
-rw-r--r-- | shells/bash/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/shells/bash/Makefile b/shells/bash/Makefile index c1c1367fe492..db95143040bb 100644 --- a/shells/bash/Makefile +++ b/shells/bash/Makefile @@ -1,3 +1,4 @@ +# ex:ts=8 # New ports collection makefile for: bash3 # Date created: 30 Jul 2004 # Whom: Oliver Eikemeier @@ -19,7 +20,7 @@ EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} PATCH_SITES= ${MASTER_SITE_GNU} \ ftp://ftp.cwru.edu/pub/%SUBDIR%/ PATCH_SITE_SUBDIR= ${PORTNAME}/${DISTNAME}-patches/ -.for patch in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 +.for patch in 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 16 17 PATCHFILES+= ${PORTNAME}${PORTVERSION:R:S/.//g}-0${patch} PATCHLEVEL= ${patch} .endfor |