diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-09 18:55:02 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-08-09 18:55:02 +0000 |
commit | 462c6e44c2207fdbee8e5debfd03cc7863393ce6 (patch) | |
tree | f7cd60b3b6deb30c8e04c82a28376df89e937ba8 /sysutils/samefile | |
parent | 088718a495c13ea04c3d6e37d24e8e9d29a4586a (diff) | |
download | ports-462c6e44c2207fdbee8e5debfd03cc7863393ce6.tar.gz ports-462c6e44c2207fdbee8e5debfd03cc7863393ce6.zip |
Notes
Diffstat (limited to 'sysutils/samefile')
-rw-r--r-- | sysutils/samefile/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysutils/samefile/Makefile b/sysutils/samefile/Makefile index 0a7260cf0306..3ebbaecd4880 100644 --- a/sysutils/samefile/Makefile +++ b/sysutils/samefile/Makefile @@ -2,6 +2,7 @@ PORTNAME= samefile PORTVERSION= 2.15 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.schweikhardt.net/ @@ -14,6 +15,8 @@ GNU_CONFIGURE= yes CFLAGS+= -ansi -pedantic -Wall -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long +PLIST_FILES= bin/samefile man/man1/samefile.1.gz + post-build: @${ECHO_MSG} " >>>> <<<<" @${ECHO_MSG} " >>>> Running the test suite <<<<" |