diff options
author | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:40:02 +0000 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2013-10-31 23:40:02 +0000 |
commit | 4280c1842c46ba995cc2de45a4accb00fb81ae16 (patch) | |
tree | 20bbec31d32c98a4db6236da8c2cfde037d50eab /net | |
parent | . Add LICENSE (diff) |
Simplify Makefile
Notes
Notes:
svn path=/head/; revision=332307
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnd/Makefile | 6 |
1 files changed, 1 insertions, 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 <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> |