diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 13:55:50 +0200 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2021-04-06 16:31:07 +0200 |
commit | 305f148f482daf30dcf728039d03d019f88344eb (patch) | |
tree | ff16a91b9ebb1e884ba29f7732b812547ea81b9e /lang/php74 | |
parent | framework: Remove $FreeBSD$ (diff) |
Remove # $FreeBSD$ from Makefiles.
Diffstat (limited to 'lang/php74')
-rw-r--r-- | lang/php74/Makefile | 1 | ||||
-rw-r--r-- | lang/php74/Makefile.ext | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lang/php74/Makefile b/lang/php74/Makefile index 2d9b83a2a811..7c7115ebd90c 100644 --- a/lang/php74/Makefile +++ b/lang/php74/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PORTNAME= php74 DISTVERSION= 7.4.16 diff --git a/lang/php74/Makefile.ext b/lang/php74/Makefile.ext index 460dead76d50..db818daed047 100644 --- a/lang/php74/Makefile.ext +++ b/lang/php74/Makefile.ext @@ -1,5 +1,3 @@ -# $FreeBSD$ - COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors |