mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
shells/tcshrc: Add LICENSE GPLv2
- Pet portclippy - Adopt port
This commit is contained in:
parent
9de634d2a1
commit
b992a1e421
@ -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' \
|
||||
|
Loading…
Reference in New Issue
Block a user