diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 09:59:44 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 09:59:44 +0800 |
commit | d4a470147a3b32acb7d9f80d50694dcdfc876ea8 (patch) | |
tree | 9d6ab929bd057193b8548a7dd850934f971a9e4a /games | |
parent | 537efeb5ab5bb9772aa1d8814a06f23c7cd4cae4 (diff) | |
download | freebsd-ports-gnome-d4a470147a3b32acb7d9f80d50694dcdfc876ea8.tar.gz freebsd-ports-gnome-d4a470147a3b32acb7d9f80d50694dcdfc876ea8.tar.zst freebsd-ports-gnome-d4a470147a3b32acb7d9f80d50694dcdfc876ea8.zip |
Rename PLIST.alpha to pkg-plist.alpha.
Diffstat (limited to 'games')
-rw-r--r-- | games/xkoules/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xkoules/Makefile b/games/xkoules/Makefile index ac6c1b3704b5..c6c28bbe8e84 100644 --- a/games/xkoules/Makefile +++ b/games/xkoules/Makefile @@ -16,7 +16,7 @@ EXTRACT_SUFX= -src.tar.gz MAINTAINER= ports@FreeBSD.org .if ${MACHINE_ARCH} == "alpha" -PLIST= ${PKGDIR}/PLIST.alpha +PLIST= ${PKGDIR}/pkg-plist.alpha .endif USE_IMAKE= yes |