diff options
author | bapt <bapt@FreeBSD.org> | 2015-06-23 05:39:10 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2015-06-23 05:39:10 +0800 |
commit | 51eee8656c8d5d88102199a98e67e41f5f0979b9 (patch) | |
tree | e15c434bbdecb82f32801f76265ffdf89c063c96 | |
parent | c1829560418f6634520e6c24e561fb8008d1d7d9 (diff) | |
download | freebsd-ports-graphics-51eee8656c8d5d88102199a98e67e41f5f0979b9.tar.gz freebsd-ports-graphics-51eee8656c8d5d88102199a98e67e41f5f0979b9.tar.zst freebsd-ports-graphics-51eee8656c8d5d88102199a98e67e41f5f0979b9.zip |
Remove add-plist-buildinfo it has been unhooked for a while and prevent us from
getting any close to reproducible builds
-rw-r--r-- | Mk/bsd.port.mk | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/Mk/bsd.port.mk b/Mk/bsd.port.mk index 818c8fa257b..0b0ce9efc2d 100644 --- a/Mk/bsd.port.mk +++ b/Mk/bsd.port.mk @@ -5119,13 +5119,6 @@ add-plist-data: .endif .endif -.if !target(add-plist-buildinfo) -add-plist-buildinfo: -.if defined(PACKAGE_BUILDING) - @${ECHO_CMD} "@comment Build details: ${BUILDHOST}|${JAIL}|${BUILD}|${PORTSTREE}|${BUILDDATE}" >> ${TMPPLIST} -.endif -.endif - .if !target(add-plist-info) .if defined(INFO) add-plist-info: |