diff options
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/php55-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/php55-ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php56-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/php56-ftp/Makefile | 1 | ||||
-rw-r--r-- | ftp/php70-curl/Makefile | 1 | ||||
-rw-r--r-- | ftp/php70-ftp/Makefile | 1 |
6 files changed, 6 insertions, 0 deletions
diff --git a/ftp/php55-curl/Makefile b/ftp/php55-curl/Makefile index 6b9199c38170..2beb18d4320b 100644 --- a/ftp/php55-curl/Makefile +++ b/ftp/php55-curl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/ftp/php55-ftp/Makefile b/ftp/php55-ftp/Makefile index 6b0b1f1c0caa..90faf0766c6c 100644 --- a/ftp/php55-ftp/Makefile +++ b/ftp/php55-ftp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php55 diff --git a/ftp/php56-curl/Makefile b/ftp/php56-curl/Makefile index ec356c2b0428..d5f3c5d4e6c2 100644 --- a/ftp/php56-curl/Makefile +++ b/ftp/php56-curl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/ftp/php56-ftp/Makefile b/ftp/php56-ftp/Makefile index e0f3d951182e..fa7dfc39c9c6 100644 --- a/ftp/php56-ftp/Makefile +++ b/ftp/php56-ftp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php56 diff --git a/ftp/php70-curl/Makefile b/ftp/php70-curl/Makefile index 2c359ab82aca..54804bb69e9d 100644 --- a/ftp/php70-curl/Makefile +++ b/ftp/php70-curl/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php70 diff --git a/ftp/php70-ftp/Makefile b/ftp/php70-ftp/Makefile index 300d5b187c92..b80311615990 100644 --- a/ftp/php70-ftp/Makefile +++ b/ftp/php70-ftp/Makefile @@ -1,6 +1,7 @@ # Created by: Alex Dupre <ale@FreeBSD.org> # $FreeBSD$ +PORTREVISION= 1 CATEGORIES= ftp MASTERDIR= ${.CURDIR}/../../lang/php70 |