From 4280c1842c46ba995cc2de45a4accb00fb81ae16 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Thu, 31 Oct 2013 23:40:02 +0000 Subject: [PATCH] Simplify Makefile --- net/wmnd/Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/net/wmnd/Makefile b/net/wmnd/Makefile index cde62fb1a313..8862edd6cfa0 100644 --- a/net/wmnd/Makefile +++ b/net/wmnd/Makefile @@ -23,14 +23,10 @@ PORTEXAMPLES= wmndrc PLIST_FILES= bin/wmnd \ man/man1/wmnd.1.gz -.include - 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 +.include