aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/samefile
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2004-02-29 21:41:06 +0800
committerpav <pav@FreeBSD.org>2004-02-29 21:41:06 +0800
commit72ea0b631c5309dc65611fb8c5a8300432b0f1b7 (patch)
treebd3ee74d535329d3a682c25e57ee3ec5d6bc2f1e /sysutils/samefile
parent2fc8d633e6e3ea2a56f55da1f431197038948721 (diff)
downloadfreebsd-ports-gnome-72ea0b631c5309dc65611fb8c5a8300432b0f1b7.tar.gz
freebsd-ports-gnome-72ea0b631c5309dc65611fb8c5a8300432b0f1b7.tar.zst
freebsd-ports-gnome-72ea0b631c5309dc65611fb8c5a8300432b0f1b7.zip
- Portlint
Diffstat (limited to 'sysutils/samefile')
-rw-r--r--sysutils/samefile/Makefile22
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: