From 7e9888a561c1f2a53cfeca5bf54f5278294df386 Mon Sep 17 00:00:00 2001 From: makc Date: Fri, 27 Jul 2012 11:03:38 +0000 Subject: - Convert my ports to new options framework - use CONFLICTS_INSTALL - other minor changes --- games/toppler/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'games/toppler') diff --git a/games/toppler/Makefile b/games/toppler/Makefile index 1641ceace52a..05816ac1fcee 100644 --- a/games/toppler/Makefile +++ b/games/toppler/Makefile @@ -25,6 +25,8 @@ MAN6= ${PORTNAME}.6 CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib +.include + post-patch: @${REINPLACE_CMD} -e \ 's|DATA install-dist_pkgdocDATA|DATA|g' ${WRKSRC}/Makefile.in @@ -34,7 +36,7 @@ post-install: @${CHOWN} root:games ${PREFIX}/bin/${PORTNAME} @${CHMOD} 0664 ${DATADIR}/${PORTNAME}.hsc @${CHOWN} root:games ${DATADIR}/${PORTNAME}.hsc -.if !defined(NOPORTDOCS) +.if ${PORT_OPTIONS:MDOCS} @${MKDIR} ${DOCSDIR} .for file in AUTHORS ChangeLog NEWS README ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} -- cgit