diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-12 00:45:27 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2003-04-12 00:45:27 +0000 |
commit | ac74bdf9b5642c1996b603ab8a1d8b4b97c05e23 (patch) | |
tree | 8a9ec32bfdbb5a0b7619771ff09e08229fbcf41b /devel/ccmalloc | |
parent | Made configure-patch only for -current systems. (diff) |
PATCH_FILES -> EXTRA_PATCHES
Diffstat (limited to 'devel/ccmalloc')
-rw-r--r-- | devel/ccmalloc/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/ccmalloc/Makefile b/devel/ccmalloc/Makefile index 85d27234effe..4d6e35c06659 100644 --- a/devel/ccmalloc/Makefile +++ b/devel/ccmalloc/Makefile @@ -25,7 +25,7 @@ CXX= g++ .include <bsd.port.pre.mk> .if ${OSVERSION} > 500000 -PATCH_FILES+= ${FILESDIR}/patch5-configure +EXTRA_PATCHES= ${FILESDIR}/patch5-configure .endif post-install: |