diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2006-05-10 22:37:39 +0000 |
commit | efe7d5f7f4ccf1419e95119b11ef8933de183ffd (patch) | |
tree | 6427ac7192f84d32d22f51df854472cc309545dc /misc/granulate | |
parent | b88236b45ef5afcdc78a4981a19422b12ca70ff4 (diff) | |
download | ports-efe7d5f7f4ccf1419e95119b11ef8933de183ffd.tar.gz ports-efe7d5f7f4ccf1419e95119b11ef8933de183ffd.zip |
Remove USE_REINPLACE from ports starting with M
Notes
Notes:
svn path=/head/; revision=162032
Diffstat (limited to 'misc/granulate')
-rw-r--r-- | misc/granulate/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/granulate/Makefile b/misc/granulate/Makefile index 9eeaad327cfd..b6488878c605 100644 --- a/misc/granulate/Makefile +++ b/misc/granulate/Makefile @@ -15,7 +15,6 @@ MAINTAINER= jharris@widomaker.com COMMENT= Granulate is a program for splitting files in place PLIST_FILES= bin/granulate -USE_REINPLACE= yes post-patch: @${REINPLACE_CMD} -e "s,^CC,#CC,g ; s,^CFLAGS,#CFLAGS,g" \ ${WRKSRC}/Makefile |