git: b992a1e42122 - main - shells/tcshrc: Add LICENSE GPLv2
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 29 Aug 2023 07:15:22 UTC
The branch main has been updated by bofh: URL: https://cgit.FreeBSD.org/ports/commit/?id=b992a1e42122750284155c01ce6c4c9ccd598bec commit b992a1e42122750284155c01ce6c4c9ccd598bec Author: Muhammad Moinur Rahman <bofh@FreeBSD.org> AuthorDate: 2023-08-28 14:59:15 +0000 Commit: Muhammad Moinur Rahman <bofh@FreeBSD.org> CommitDate: 2023-08-29 07:15:12 +0000 shells/tcshrc: Add LICENSE GPLv2 - Pet portclippy - Adopt port --- shells/tcshrc/Makefile | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile index ff2349fe6b96..b8fa6de9ad50 100644 --- a/shells/tcshrc/Makefile +++ b/shells/tcshrc/Makefile @@ -3,16 +3,19 @@ PORTVERSION= 1.6.2 CATEGORIES= shells MASTER_SITES= SF -MAINTAINER= ports@FreeBSD.org +MAINTAINER= bofh@FreeBSD.org COMMENT= Set of configuration scripts for the TCSH shell WWW= http://tcshrc.sourceforge.net/ -WRKSRC= ${WRKDIR}/${PORTNAME} +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + +MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR} +INSTALL_TARGET= systeminstall NO_BUILD= yes -INSTALL_TARGET= systeminstall -MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR} +WRKSRC= ${WRKDIR}/${PORTNAME} post-patch: @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \