ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/shells/tcshrc/Makefile
Revision: 17655
Committed: Sun Sep 28 23:26:42 2014 UTC (9 years, 6 months ago) by laffer1
File size: 479 byte(s)
Log Message:
fix comment

File Contents

# Content
1 # $MidnightBSD$
2
3 PORTNAME= tcshrc
4 PORTVERSION= 1.6.2
5 CATEGORIES= shells
6 MASTER_SITES= SF
7
8 MAINTAINER= ports@MidnightBSD.org
9 COMMENT= Set of configuration scripts for the TCSH shell
10
11 LICENSE= gpl2
12
13 WRKSRC= ${WRKDIR}/${PORTNAME}
14
15 NO_BUILD= yes
16
17 INSTALL_TARGET= systeminstall
18 MAKE_ARGS= BIN=${FAKE_DESTDIR}${LOCALBASE}/bin SHARETCSHRC=${FAKE_DESTDIR}${DATADIR}
19
20 post-patch:
21 @${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' \
22 ${WRKSRC}/tcshrc_config
23
24 .include <bsd.port.mk>

Properties

Name Value
svn:keywords MidnightBSD=%H