svn commit: r330829 - head/games/scramble

Dmitry Marakasov amdmi3 at FreeBSD.org
Sat Oct 19 02:30:08 UTC 2013


Author: amdmi3
Date: Sat Oct 19 02:30:07 2013
New Revision: 330829
URL: http://svnweb.freebsd.org/changeset/ports/330829

Log:
  - Support staging

Deleted:
  head/games/scramble/pkg-plist
Modified:
  head/games/scramble/Makefile

Modified: head/games/scramble/Makefile
==============================================================================
--- head/games/scramble/Makefile	Sat Oct 19 02:28:07 2013	(r330828)
+++ head/games/scramble/Makefile	Sat Oct 19 02:30:07 2013	(r330829)
@@ -12,15 +12,16 @@ MAINTAINER=	amdmi3 at FreeBSD.org
 COMMENT=	From 6 letters you are to create as many words as you can
 
 GNU_CONFIGURE=	yes
-USE_GMAKE=	yes
+USES=		gmake
 USE_SDL=	sdl mixer image ttf
 
 CPPFLAGS+=	`${SDL_CONFIG} --cflags`
 LDFLAGS+=	`${SDL_CONFIG} --libs`
 
-MAN6=		scramble.6
+PLIST_FILES=	bin/${PORTNAME} \
+		man/man6/scramble.6.gz
+PORTDATA=	*
 
-NO_STAGE=	yes
 .include <bsd.port.pre.mk>
 
 .if defined(WITH_DICTIONARY)


More information about the svn-ports-head mailing list