diff options
| author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:05:59 +0000 |
|---|---|---|
| committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 06:05:59 +0000 |
| commit | 4391c4675d1a03a98261ec612076f6106bd54406 (patch) | |
| tree | c25914204e475867b545adca11655444e354ef70 | |
| parent | d241076aed72200997c69b6b9a1018dd8bad3c30 (diff) | |
Rename PLIST.nobuild to pkg-plist.nobuild.
| -rw-r--r-- | shells/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shells/tcsh/Makefile b/shells/tcsh/Makefile index 2c4a54abdb1f..924e7204dcc2 100644 --- a/shells/tcsh/Makefile +++ b/shells/tcsh/Makefile @@ -18,7 +18,7 @@ Y2K= ftp://ftp.astron.com/pub/tcsh/Y2K .include <bsd.port.pre.mk> .if ${OSVERSION} >= 400021 NO_BUILD= yes -PLIST= ${PKGDIR}/PLIST.nobuild +PLIST= ${PKGDIR}/pkg-plist.nobuild DISTFILES= # empty do-patch: |
