git: f2e425c8e209 - main - net/netatalk3: Fix formatting issue in last commit
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 13 Jun 2023 16:54:43 UTC
The branch main has been updated by marcus:
URL: https://cgit.FreeBSD.org/ports/commit/?id=f2e425c8e209f0cd6d11a757a4e57816c538caa9
commit f2e425c8e209f0cd6d11a757a4e57816c538caa9
Author: Joe Marcus Clarke <marcus@FreeBSD.org>
AuthorDate: 2023-06-13 16:54:24 +0000
Commit: Joe Marcus Clarke <marcus@FreeBSD.org>
CommitDate: 2023-06-13 16:54:24 +0000
net/netatalk3: Fix formatting issue in last commit
---
net/netatalk3/Makefile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/net/netatalk3/Makefile b/net/netatalk3/Makefile
index 2ebbd55f13eb..63087cf1e3ae 100644
--- a/net/netatalk3/Makefile
+++ b/net/netatalk3/Makefile
@@ -1,8 +1,8 @@
PORTNAME= netatalk
PORTVERSION= 3.1.15
PORTEPOCH= 1
-MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g}
CATEGORIES= net
+MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-${PORTVERSION:S/./-/g}
PKGNAMESUFFIX= 3
MAINTAINER= marcus@FreeBSD.org