diff options
author | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
---|---|---|
committer | trevor <trevor@FreeBSD.org> | 2004-02-06 21:12:53 +0800 |
commit | 884981ec68cdccc03368be15d055407446135f3d (patch) | |
tree | 2f9733041e0ddb6902f51ab47491598efdeeaa7c /games/xinfocom | |
parent | b1d653e95b0f8d1d403934aafb8d824bb2c523c2 (diff) | |
download | freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.gz freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.tar.zst freebsd-ports-gnome-884981ec68cdccc03368be15d055407446135f3d.zip |
Use PLIST_FILES (bento-tested, marcus-reviewed).
Diffstat (limited to 'games/xinfocom')
-rw-r--r-- | games/xinfocom/Makefile | 5 | ||||
-rw-r--r-- | games/xinfocom/pkg-plist | 1 |
2 files changed, 3 insertions, 3 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index fc2c42686775..1a9b1936dd4f 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -15,8 +15,9 @@ DISTFILES= unix8m.tgz MAINTAINER= mph@freebsd.org COMMENT= An Infocom game interpreter for X11 -WRKSRC= ${WRKDIR}/xinfocom +PLIST_FILES= bin/xinfocom +WRKSRC= ${WRKDIR}/xinfocom -USE_IMAKE= yes +USE_IMAKE= yes .include <bsd.port.mk> diff --git a/games/xinfocom/pkg-plist b/games/xinfocom/pkg-plist deleted file mode 100644 index e880567e9102..000000000000 --- a/games/xinfocom/pkg-plist +++ /dev/null @@ -1 +0,0 @@ -bin/xinfocom |