git: 97974b231bb8 - main - devel/sgb: Refactor
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 27 Dec 2024 10:38:12 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=97974b231bb81be4dcac6f0aead8590c428bb4cf commit 97974b231bb81be4dcac6f0aead8590c428bb4cf Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2024-12-27 09:31:33 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2024-12-27 10:37:24 +0000 devel/sgb: Refactor - Remove GENTOO MASTER_SITES as it no longer provides flat layout - Pet portclippy Approved by: portmgr (blanket) --- devel/sgb/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/devel/sgb/Makefile b/devel/sgb/Makefile index 85acc3ea2176..5289dc469f1c 100644 --- a/devel/sgb/Makefile +++ b/devel/sgb/Makefile @@ -2,8 +2,7 @@ PORTNAME= sgb PORTVERSION= 20090810 PORTREVISION= 1 CATEGORIES= devel -MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ \ - GENTOO +MASTER_SITES= ftp://ftp.cs.stanford.edu/pub/sgb/ DISTNAME= sgb-2009-08-10 MAINTAINER= gerald@FreeBSD.org @@ -12,9 +11,10 @@ WWW= https://www-cs-faculty.stanford.edu/~knuth/sgb.html BUILD_DEPENDS= ctangle:devel/cweb -NO_WRKSUBDIR= yes -ALL_TARGET= lib tests MAKE_JOBS_UNSAFE= yes +ALL_TARGET= lib tests + +NO_WRKSUBDIR= yes post-extract: ${CP} ${WRKSRC}/PROTOTYPES/* ${WRKSRC}