diff options
author | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:55:28 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 2000-10-08 01:55:28 +0000 |
commit | 0cef4e92a19edeb74a989868dc182e34162bc21e (patch) | |
tree | 5fe48bb8efc849d70721eff3c917e9c4ab94b706 /games/xgalaga | |
parent | b7d87d74f7b2c43c3b81589f6416c55be13f258d (diff) | |
download | ports-0cef4e92a19edeb74a989868dc182e34162bc21e.tar.gz ports-0cef4e92a19edeb74a989868dc182e34162bc21e.zip |
Rename PLIST.nosound to pkg-plist.nosound.
Notes
Notes:
svn path=/head/; revision=33516
Diffstat (limited to 'games/xgalaga')
-rw-r--r-- | games/xgalaga/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xgalaga/Makefile b/games/xgalaga/Makefile index 808175151b9f..74a1adbd7036 100644 --- a/games/xgalaga/Makefile +++ b/games/xgalaga/Makefile @@ -22,7 +22,7 @@ CONFIGURE_ARGS= --prefix=${X11BASE}/lib/X11/xgalaga \ .if defined(NOSOUND) CONFIGURE_ARGS+= --without-sound -PLIST= ${PKGDIR}/PLIST.nosound +PLIST= ${PKGDIR}/pkg-plist.nosound .else pre-configure: @${ECHO} "*****************************************************" |