mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 18:06:27 -04:00
Homepage link is permanent redirected to its HTTPS counterpart Issue reported by repology : https://repology.org/repository/freebsd/problems Approved by: portmgr (blanket) PR: 274888
24 lines
517 B
Makefile
24 lines
517 B
Makefile
PORTNAME= tcshrc
|
|
PORTVERSION= 1.6.2
|
|
CATEGORIES= shells
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= bofh@FreeBSD.org
|
|
COMMENT= Set of configuration scripts for the TCSH shell
|
|
WWW= https://tcshrc.sourceforge.net/
|
|
|
|
LICENSE= GPLv2
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
MAKE_ARGS= BIN=${STAGEDIR}${PREFIX}/bin SHARETCSHRC=${STAGEDIR}${DATADIR}
|
|
INSTALL_TARGET= systeminstall
|
|
|
|
NO_BUILD= yes
|
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
|
|
${WRKSRC}/tcshrc_config
|
|
|
|
.include <bsd.port.mk>
|