diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:42:57 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 03:42:57 +0000 |
commit | cd0c29d46733689ed88e80b25c9cb71067df7832 (patch) | |
tree | ad29b9ea14297b2cf5cba0cefeb466c1d897f7e0 /misc | |
parent | aed7ac241ab889dafb7d1898045cf2c5199903dc (diff) |
Rename PLIST.off to pkg-plist.off.
Notes
Notes:
svn path=/head/; revision=33535
Diffstat (limited to 'misc')
-rw-r--r-- | misc/fortuneit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/fortuneit/Makefile b/misc/fortuneit/Makefile index 566e957c308e..c8b20eaeb5cb 100644 --- a/misc/fortuneit/Makefile +++ b/misc/fortuneit/Makefile @@ -18,7 +18,7 @@ NO_BUILD= yes STRCMD= /usr/games/strfile .if defined(INSTALL_OFFENSIVE) -PLIST= ${PKGDIR}/PLIST.off +PLIST= ${PKGDIR}/pkg-plist.off .endif pre-fetch: |