diff options
Diffstat (limited to 'ftp/fineftp-server/Makefile')
-rw-r--r-- | ftp/fineftp-server/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ftp/fineftp-server/Makefile b/ftp/fineftp-server/Makefile index 10c4a7517426..bea14c43ce28 100644 --- a/ftp/fineftp-server/Makefile +++ b/ftp/fineftp-server/Makefile @@ -1,6 +1,7 @@ PORTNAME= fineftp-server DISTVERSIONPREFIX= v DISTVERSION= 1.5.0 +PORTREVISION= 2 CATEGORIES= ftp MAINTAINER= yuri@FreeBSD.org @@ -19,6 +20,8 @@ USE_LDCONFIG= yes USE_GITHUB= yes GH_ACCOUNT= eclipse-ecal +PATCH_STRIP= -p1 + CMAKE_ON= BUILD_SHARED_LIBS CMAKE_OFF= FINEFTP_SERVER_BUILD_SAMPLES CMAKE_ARGS= -Dasio_INCLUDE_DIR=${LOCALBASE}/include |