diff options
author | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 14:24:09 +0000 |
---|---|---|
committer | Edwin Groothuis <edwin@FreeBSD.org> | 2002-11-16 14:24:09 +0000 |
commit | 256253da1986fce7193b69b84dec5b3cb043c921 (patch) | |
tree | 047be918c920904dc90dd8b394deae9a002bb62a /sysutils/samefile/Makefile | |
parent | 078aa8c7aed5222fb2d12ad4b9fb27c592ef2101 (diff) | |
download | ports-256253da1986fce7193b69b84dec5b3cb043c921.tar.gz ports-256253da1986fce7193b69b84dec5b3cb043c921.zip |
Notes
Diffstat (limited to 'sysutils/samefile/Makefile')
-rw-r--r-- | sysutils/samefile/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index 2822c4aef4ff..5ecf549819fc 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -6,7 +6,7 @@ # PORTNAME= samefile -PORTVERSION= 2.9 +PORTVERSION= 2.10 CATEGORIES= sysutils MASTER_SITES= http://www.schweikhardt.net/ @@ -15,7 +15,7 @@ MAINTAINER= schweikh@FreeBSD.org MAN1= samefile.1 GNU_CONFIGURE= yes -CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline +CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wconversion -Wsign-compare -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wmissing-noreturn -Wredundant-decls -Wnested-externs -Winline -Wno-long-long post-build: @echo " >>>> <<<<" |