From 66163a9cc12032f26eea3465e3332bc65824b5af Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 17 Jan 2009 23:20:43 +0000 Subject: NOPORTDATA has no meaning for this port -> fix auto plist. --- games/freecol/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'games/freecol') diff --git a/games/freecol/Makefile b/games/freecol/Makefile index 8ea480971ea4..9f2690ae6033 100644 --- a/games/freecol/Makefile +++ b/games/freecol/Makefile @@ -19,6 +19,10 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_JAVA= yes JAVA_VERSION= 1.5+ +.if defined(NOPORTDATA) +.undef NOPORTDATA +.endif + PLIST_FILES= bin/freecol PORTDATA= * PORTDOCS= * -- cgit