diff options
author | antoine <antoine@FreeBSD.org> | 2014-08-10 02:55:02 +0800 |
---|---|---|
committer | antoine <antoine@FreeBSD.org> | 2014-08-10 02:55:02 +0800 |
commit | 937815c36ff7897abc1734d9d7ef42aad1e400c9 (patch) | |
tree | f7cd60b3b6deb30c8e04c82a28376df89e937ba8 /sysutils | |
parent | 90e90c8f594177218180ad15c0918f8dbd200587 (diff) | |
download | freebsd-ports-gnome-937815c36ff7897abc1734d9d7ef42aad1e400c9.tar.gz freebsd-ports-gnome-937815c36ff7897abc1734d9d7ef42aad1e400c9.tar.zst freebsd-ports-gnome-937815c36ff7897abc1734d9d7ef42aad1e400c9.zip |
Package something
Diffstat (limited to 'sysutils')
-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 <<<<" |