diff options
author | erwin <erwin@FreeBSD.org> | 2006-06-11 23:29:01 +0800 |
---|---|---|
committer | erwin <erwin@FreeBSD.org> | 2006-06-11 23:29:01 +0800 |
commit | 6db043d8e171742da463bfd523e91d823f5eb395 (patch) | |
tree | 65d37cf169f139eba653713035353f482e39f4c3 /games | |
parent | fa7bf0c22277b6d5ab53dab86835b747b71b117f (diff) | |
download | freebsd-ports-gnome-6db043d8e171742da463bfd523e91d823f5eb395.tar.gz freebsd-ports-gnome-6db043d8e171742da463bfd523e91d823f5eb395.tar.zst freebsd-ports-gnome-6db043d8e171742da463bfd523e91d823f5eb395.zip |
USE_SIZE was obsoleted in rev. 1.484 of bsd.port.mk more than
2 years ago. Clean out the last traces of it.
With hat: portmgr
Diffstat (limited to 'games')
-rw-r--r-- | games/xwelltris/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/games/xwelltris/Makefile b/games/xwelltris/Makefile index b18ee0c7c70a..43af05768f93 100644 --- a/games/xwelltris/Makefile +++ b/games/xwelltris/Makefile @@ -15,7 +15,6 @@ MAINTAINER= lev@FreeBSD.org COMMENT= 3D tetris-like game WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} -USE_SIZE= yes PLIST_FILES= bin/xwelltris \ share/xwelltris/board2.gif \ share/xwelltris/font2.gif \ |