- Portlint

This commit is contained in:
Pav Lucistnik 2004-02-29 13:41:06 +00:00
parent 6735d92b7a
commit b9bb9d05b9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102531

View File

@ -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: