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/php80 | |
parent | framework: Remove $FreeBSD$ (diff) |
Remove # $FreeBSD$ from Makefiles.
Diffstat (limited to 'lang/php80')
-rw-r--r-- | lang/php80/Makefile | 1 | ||||
-rw-r--r-- | lang/php80/Makefile.ext | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/lang/php80/Makefile b/lang/php80/Makefile index 70e4af93259a..1ab37ed348de 100644 --- a/lang/php80/Makefile +++ b/lang/php80/Makefile @@ -1,4 +1,3 @@ -# $FreeBSD$ PORTNAME= php80 DISTVERSION= 8.0.3 diff --git a/lang/php80/Makefile.ext b/lang/php80/Makefile.ext index e8764dca70f5..e9ceea2bc0a4 100644 --- a/lang/php80/Makefile.ext +++ b/lang/php80/Makefile.ext @@ -1,5 +1,3 @@ -# $FreeBSD$ - COMMENT= The ${PHP_MODNAME} shared extension for php USES+= php:ext,noflavors |