mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 01:09:24 -04:00
- Portlint
This commit is contained in:
parent
6735d92b7a
commit
b9bb9d05b9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102531
1 changed files with 11 additions and 11 deletions
|
@ -5,24 +5,24 @@
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= samefile
|
PORTNAME= samefile
|
||||||
PORTVERSION= 2.10
|
PORTVERSION= 2.10
|
||||||
CATEGORIES= sysutils
|
CATEGORIES= sysutils
|
||||||
MASTER_SITES= http://www.schweikhardt.net/
|
MASTER_SITES= http://www.schweikhardt.net/
|
||||||
|
|
||||||
MAINTAINER= schweikh@FreeBSD.org
|
MAINTAINER= schweikh@FreeBSD.org
|
||||||
COMMENT= Find files with identical contents
|
COMMENT= Find files with identical contents
|
||||||
|
|
||||||
MAN1= samefile.1
|
MAN1= samefile.1
|
||||||
PLIST_FILES= bin/samefile
|
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:
|
post-build:
|
||||||
@echo " >>>> <<<<"
|
@${ECHO_MSG} " >>>> <<<<"
|
||||||
@echo " >>>> Running the test suite <<<<"
|
@${ECHO_MSG} " >>>> Running the test suite <<<<"
|
||||||
@echo " >>>> <<<<"
|
@${ECHO_MSG} " >>>> <<<<"
|
||||||
cd ${WRKSRC}; ${MAKE} test
|
cd ${WRKSRC}; ${MAKE} test
|
||||||
|
|
||||||
post-install:
|
post-install:
|
||||||
|
|
Loading…
Add table
Reference in a new issue