svn commit: r332307 - head/net/wmnd
Renato Botelho
garga at FreeBSD.org
Thu Oct 31 23:40:03 UTC 2013
Author: garga
Date: Thu Oct 31 23:40:02 2013
New Revision: 332307
URL: http://svnweb.freebsd.org/changeset/ports/332307
Log:
Simplify Makefile
Modified:
head/net/wmnd/Makefile
Modified: head/net/wmnd/Makefile
==============================================================================
--- head/net/wmnd/Makefile Thu Oct 31 23:39:21 2013 (r332306)
+++ head/net/wmnd/Makefile Thu Oct 31 23:40:02 2013 (r332307)
@@ -23,14 +23,10 @@ PORTEXAMPLES= wmndrc
PLIST_FILES= bin/wmnd \
man/man1/wmnd.1.gz
-.include <bsd.port.pre.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/src/wmnd ${STAGEDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/doc/wmnd.1 ${STAGEDIR}${MANPREFIX}/man/man1
-.if ${PORT_OPTIONS:MEXAMPLES}
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/examples/wmndrc ${STAGEDIR}${EXAMPLESDIR}
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list