diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-29 13:41:06 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-02-29 13:41:06 +0000 |
commit | b9bb9d05b9c8b2ec66a5eab0b112bc1b5db5cd7f (patch) | |
tree | 68dc138f02a7176d978a554aaa9faf8507cccfbf /sysutils/samefile | |
parent | 6735d92b7acc6587ecc4fa9a0799cd42ffa4cc89 (diff) | |
download | ports-b9bb9d05b9c8b2ec66a5eab0b112bc1b5db5cd7f.tar.gz ports-b9bb9d05b9c8b2ec66a5eab0b112bc1b5db5cd7f.zip |
Notes
Diffstat (limited to 'sysutils/samefile')
-rw-r--r-- | sysutils/samefile/Makefile | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index ecf26ad506c6..8b3654b3a95b 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -5,24 +5,24 @@ # $FreeBSD$ # -PORTNAME= samefile -PORTVERSION= 2.10 -CATEGORIES= sysutils -MASTER_SITES= http://www.schweikhardt.net/ +PORTNAME= samefile +PORTVERSION= 2.10 +CATEGORIES= sysutils +MASTER_SITES= http://www.schweikhardt.net/ -MAINTAINER= schweikh@FreeBSD.org +MAINTAINER= schweikh@FreeBSD.org COMMENT= Find files with identical contents -MAN1= samefile.1 +MAN1= samefile.1 PLIST_FILES= bin/samefile -GNU_CONFIGURE= yes +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 -Wno-long-long +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 " >>>> <<<<" - @echo " >>>> Running the test suite <<<<" - @echo " >>>> <<<<" + @${ECHO_MSG} " >>>> <<<<" + @${ECHO_MSG} " >>>> Running the test suite <<<<" + @${ECHO_MSG} " >>>> <<<<" cd ${WRKSRC}; ${MAKE} test post-install: |