diff options
author | seanc <seanc@FreeBSD.org> | 2004-11-30 02:12:42 +0800 |
---|---|---|
committer | seanc <seanc@FreeBSD.org> | 2004-11-30 02:12:42 +0800 |
commit | 85bf8130619dd3c6088bdcecad647bfed2ae951b (patch) | |
tree | 64a11cd3016d2eb29995829699f77815d1d07cb2 /shells | |
parent | f9ab273808ebbf8075443f7045bba67a7a4cc005 (diff) | |
download | freebsd-ports-graphics-85bf8130619dd3c6088bdcecad647bfed2ae951b.tar.gz freebsd-ports-graphics-85bf8130619dd3c6088bdcecad647bfed2ae951b.tar.zst freebsd-ports-graphics-85bf8130619dd3c6088bdcecad647bfed2ae951b.zip |
Update to 1.6.0
PR: ports/72760
Submitted by: Pawel Pekala c0rn - a t - gazeta dotty pl
Diffstat (limited to 'shells')
-rw-r--r-- | shells/tcshrc/Makefile | 7 | ||||
-rw-r--r-- | shells/tcshrc/distinfo | 4 | ||||
-rw-r--r-- | shells/tcshrc/pkg-plist | 3 |
3 files changed, 7 insertions, 7 deletions
diff --git a/shells/tcshrc/Makefile b/shells/tcshrc/Makefile index 64266527584..bfe5325a3c6 100644 --- a/shells/tcshrc/Makefile +++ b/shells/tcshrc/Makefile @@ -6,8 +6,7 @@ # PORTNAME= tcshrc -PORTVERSION= 1.2.0 -PORTREVISION= 1 +PORTVERSION= 1.6.0 CATEGORIES= shells MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= tcshrc @@ -20,9 +19,9 @@ USE_REINPLACE= YES INSTALL_TARGET= systeminstall MAKE_ARGS= BIN=${LOCALBASE}/bin SHARETCSHRC=${DATADIR} -WRKSRC= ${WRKDIR}/${PORTNAME} +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} do-build: - ${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcsh_config + ${REINPLACE_CMD} -e 's#/usr/share#${PREFIX}/share#g' ${WRKSRC}/tcshrc_config .include <bsd.port.mk> diff --git a/shells/tcshrc/distinfo b/shells/tcshrc/distinfo index ee93596aeea..068c653a8e4 100644 --- a/shells/tcshrc/distinfo +++ b/shells/tcshrc/distinfo @@ -1,2 +1,2 @@ -MD5 (tcshrc-1.2.0.tar.gz) = ba728c03d67d6f357bbc11416c09c4f1 -SIZE (tcshrc-1.2.0.tar.gz) = 154796 +MD5 (tcshrc-1.6.0.tar.gz) = fd61940de46da9f682600eb47c44842e +SIZE (tcshrc-1.6.0.tar.gz) = 158964 diff --git a/shells/tcshrc/pkg-plist b/shells/tcshrc/pkg-plist index 4de20cf3fcd..738cc5a5588 100644 --- a/shells/tcshrc/pkg-plist +++ b/shells/tcshrc/pkg-plist @@ -1,9 +1,10 @@ -bin/tcsh_config +bin/tcshrc_config share/tcshrc/tcshrc share/tcshrc/tcshrc.alias share/tcshrc/tcshrc.bindkey share/tcshrc/tcshrc.complete share/tcshrc/tcshrc.hosts +share/tcshrc/tcshrc.local share/tcshrc/tcshrc.set share/tcshrc/README.txt @dirrm share/tcshrc |