1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00

- Add LICENSE_FILE

- Remove obsolete reinplace

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2015-11-14 14:45:10 +00:00
parent f4a4f1bfbc
commit f8dff2afd7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=401571

View File

@ -9,6 +9,7 @@ MAINTAINER= bland@FreeBSD.org
COMMENT= Tool to manipulate X configuration files for the NVidia driver
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
USE_GITHUB= yes
GH_ACCOUNT= NVIDIA
@ -26,7 +27,7 @@ PLIST_FILES= bin/nvidia-xconfig \
man/man1/nvidia-xconfig.1.gz
post-patch: .SILENT
${REINPLACE_CMD} -e '/^prefix/s/=/?&/' \
-e '/^MANDIR/s|share/||' ${WRKSRC}/utils.mk
${REINPLACE_CMD} -e '/^MANDIR/s|share/||' \
${WRKSRC}/utils.mk
.include <bsd.port.mk>