svn commit: r331823 - head/x11/xsel
Eitan Adler
eadler at FreeBSD.org
Mon Oct 28 01:33:52 UTC 2013
Author: eadler
Date: Mon Oct 28 01:33:51 2013
New Revision: 331823
URL: http://svnweb.freebsd.org/changeset/ports/331823
Log:
- Fix build
- Remove the check for PORT_OPTIONS:MDOCS which is automatically handled by staging
Modified:
head/x11/xsel/Makefile
Modified: head/x11/xsel/Makefile
==============================================================================
--- head/x11/xsel/Makefile Mon Oct 28 01:23:24 2013 (r331822)
+++ head/x11/xsel/Makefile Mon Oct 28 01:33:51 2013 (r331823)
@@ -19,16 +19,13 @@ LDFLAGS+= -L${LOCALBASE}/lib -lXt -lXaw
PLIST_FILES= bin/${PORTNAME} man/man1/xsel.1.gz
PORTDOCS= ${PORTNAME}.html
-.include <bsd.port.options.mk>
-
do-build:
cd ${WRKSRC} && ${CC} ${CFLAGS} xsel.c -o xsel ${LDFLAGS}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin/
${INSTALL_MAN} ${WRKSRC}/${PORTNAME}.man ${STAGEDIR}${MAN1PREFIX}/man/man1/${PORTNAME}.1
-.if ${PORT_OPTIONS:MDOCS}
${INSTALL} -d ${STAGEDIR}${DOCSDIR}/
cd ${WRKSRC}/&&${INSTALL_DATA} ${PORTDOCS} ${STAGEDIR}${DOCSDIR}/
-.endif
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list