Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 May 2024 19:56:08 GMT
From:      Daniel Engberg <diizzy@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: aa9d236237bf - main - misc/getopt: Remove post-patch section
Message-ID:  <202405211956.44LJu8GU024586@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by diizzy:

URL: https://cgit.FreeBSD.org/ports/commit/?id=aa9d236237bf9c9afa3f09ab67717fd60f88988c

commit aa9d236237bf9c9afa3f09ab67717fd60f88988c
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2024-05-21 19:08:04 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2024-05-21 19:56:02 +0000

    misc/getopt: Remove post-patch section
    
    Tries to remove non-existing files
    
    PR:             278733
    Approved by:    portmgr (maintainer timeout, 2+ weeks)
---
 misc/getopt/Makefile | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/misc/getopt/Makefile b/misc/getopt/Makefile
index 2c49cff00b61..2b6402937235 100644
--- a/misc/getopt/Makefile
+++ b/misc/getopt/Makefile
@@ -25,9 +25,6 @@ NLS_MAKE_ARGS_OFF=	WITHOUT_GETTEXT=1
 NLS_LDFLAGS=		-lintl
 NLS_USES=		gettext localbase:ldflags
 
-post-patch:
-	@${RM} ${WRKSRC}/gnu/*.o
-
 post-install:
 	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/getopt
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202405211956.44LJu8GU024586>