Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 28 Dec 2023 23:03:51 GMT
From:      "Jason E. Hale" <jhale@FreeBSD.org>
To:        ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org
Subject:   git: 09d15f9a6193 - main - comms/uhd: Remove PORTDOCS macro
Message-ID:  <202312282303.3BSN3pua059798@gitrepo.freebsd.org>

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

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

commit 09d15f9a6193bdbb67d841cbf8805db7d81d0fd1
Author:     Jason E. Hale <jhale@FreeBSD.org>
AuthorDate: 2023-12-28 21:12:42 +0000
Commit:     Jason E. Hale <jhale@FreeBSD.org>
CommitDate: 2023-12-28 23:03:34 +0000

    comms/uhd: Remove PORTDOCS macro
    
    The PORTDOCS macro was duplicating the files already listed in
    pkg-plist.
    
    ===>  Building package for uhd-4.6.0.0_1
    pkg-static: duplicate file listing: /usr/local/share/doc/uhd/LICENSE, fatal (developer mode)
    pkg-static: duplicate file listing: /usr/local/share/doc/uhd/README.md, fatal (developer mode)
    
    Approved by:    portmgr (blanket)
---
 comms/uhd/Makefile | 2 --
 1 file changed, 2 deletions(-)

diff --git a/comms/uhd/Makefile b/comms/uhd/Makefile
index ac264f69c881..42f65ff7afe8 100644
--- a/comms/uhd/Makefile
+++ b/comms/uhd/Makefile
@@ -61,8 +61,6 @@ DOXYGEN_CMAKE_ON=	-DENABLE_DOXYGEN:STRING="ON"
 DOXYGEN_CMAKE_OFF=	-DENABLE_DOXYGEN:STRING="OFF" \
 			-DENABLE_MANUAL:STRING="OFF"
 
-PORTDOCS=	*
-
 do-install:
 # install host component
 # hack the install prefix now



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