diff options
author | asami <asami@FreeBSD.org> | 2000-10-08 09:43:20 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-10-08 09:43:20 +0800 |
commit | af7331d104596760a7da33628b36f0b56d9f2833 (patch) | |
tree | 6570a3382aa25790ac68264ae546f0c6231c117d /games | |
parent | 3c92bee1482b7dd21e90f022aa19889fa39dc41c (diff) | |
download | freebsd-ports-gnome-af7331d104596760a7da33628b36f0b56d9f2833.tar.gz freebsd-ports-gnome-af7331d104596760a7da33628b36f0b56d9f2833.tar.zst freebsd-ports-gnome-af7331d104596760a7da33628b36f0b56d9f2833.zip |
Rename PLIST.alpha to pkg-plist.alpha.
Diffstat (limited to 'games')
-rw-r--r-- | games/xboing/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xboing/Makefile b/games/xboing/Makefile index fd308e316192..772df58ac765 100644 --- a/games/xboing/Makefile +++ b/games/xboing/Makefile @@ -14,7 +14,7 @@ DISTNAME= ${PORTNAME}${PORTVERSION} MAINTAINER= janek@gaja.ipan.lublin.pl .if ${MACHINE_ARCH} == "alpha" -PLIST= ${PKGDIR}/PLIST.alpha +PLIST= ${PKGDIR}/pkg-plist.alpha .endif USE_IMAKE= yes |