diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 09:17:42 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 09:17:42 +0800 |
commit | ca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899 (patch) | |
tree | 68bae116c92353cfe141bd2551eba103e8589af3 /games | |
parent | 94873989d52a6233d9a9ab360d573c2555776da4 (diff) | |
download | freebsd-ports-gnome-ca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899.tar.gz freebsd-ports-gnome-ca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899.tar.zst freebsd-ports-gnome-ca4e803f7f4c2ce7ed09c1c14c6b0227bcc0a899.zip |
Rename PLIST.nowad to pkg-plist.nowad.
Diffstat (limited to 'games')
-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 |