diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:17:42 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:17:42 +0000 |
commit | d556be5560868583344d40f5401fa2b9de35e801 (patch) | |
tree | 80e117bf5cb03a29c9bd491adc073436fdb513e1 /games/heretic/Makefile | |
parent | e690d87f9d8cabbb2122893b6a5a2e8fd9e41939 (diff) |
Rename PLIST.nowad to pkg-plist.nowad.
Notes
Notes:
svn path=/head/; revision=33510
Diffstat (limited to 'games/heretic/Makefile')
-rw-r--r-- | games/heretic/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/heretic/Makefile b/games/heretic/Makefile index c9d76d84f23e..a805e48ece8e 100644 --- a/games/heretic/Makefile +++ b/games/heretic/Makefile @@ -23,7 +23,7 @@ USE_X_PREFIX= yes USE_GMAKE= yes MAKE_ENV= WANT_OGL="no" WANT_OGL_FULLSCREEN="no" WANT_NICE_OGL="no" .if !defined(NO_WAD) -PLIST= ${PKGDIR}/PLIST.nowad +PLIST= ${PKGDIR}/pkg-plist.nowad .endif ALL_TARGET= x11 BINARY= xheretic |