aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-28 14:59:15 +0000
committerMuhammad Moinur Rahman <bofh@FreeBSD.org>2023-08-29 07:15:12 +0000
commitb992a1e42122750284155c01ce6c4c9ccd598bec (patch)
tree23f9b1f53f6dfa5be7a1c1e87bdc8a9643c7398d
parent9de634d2a16d15b5fa8e02218a5813e56397eeea (diff)
downloadports-b992a1e42122750284155c01ce6c4c9ccd598bec.tar.gz
ports-b992a1e42122750284155c01ce6c4c9ccd598bec.zip
shells/tcshrc: Add LICENSE GPLv2
- Pet portclippy - Adopt port
-rw-r--r--shells/tcshrc/Makefile11
1 files 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' \