aboutsummaryrefslogtreecommitdiff
path: root/x11-fm
diff options
context:
space:
mode:
authorAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:18:30 +0000
committerAdam Weinberger <adamw@FreeBSD.org>2014-07-04 23:18:30 +0000
commit7a074f00c34ed01b4cdc45bba474207d4c624270 (patch)
tree3ab41105b4a8a90e4673f788a979988a9826e3bc /x11-fm
parent233ec73da539b628b6303382a798eb5b64c05a7d (diff)
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r--x11-fm/tdfsb/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-fm/tdfsb/Makefile b/x11-fm/tdfsb/Makefile
index 1ac76f201e88..7ff58d781d67 100644
--- a/x11-fm/tdfsb/Makefile
+++ b/x11-fm/tdfsb/Makefile
@@ -29,6 +29,8 @@ LDFLAGS+= `${LOCALBASE}/bin/pkgconf --libs SDL_image gl` \
`${LOCALBASE}/bin/smpeg-config --libs` \
-L ${LOCALBASE}/lib -lGLU -lglut -lm
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.pre.mk>
do-build:
@@ -37,9 +39,7 @@ do-build:
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
-.if !defined(NOPORTDOCS)
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.post.mk>