svn commit: r332312 - head/security/checkpassword
Renato Botelho
garga at FreeBSD.org
Thu Oct 31 23:42:05 UTC 2013
Author: garga
Date: Thu Oct 31 23:42:04 2013
New Revision: 332312
URL: http://svnweb.freebsd.org/changeset/ports/332312
Log:
Simplify Makefile
Modified:
head/security/checkpassword/Makefile
Modified: head/security/checkpassword/Makefile
==============================================================================
--- head/security/checkpassword/Makefile Thu Oct 31 23:41:47 2013 (r332311)
+++ head/security/checkpassword/Makefile Thu Oct 31 23:42:04 2013 (r332312)
@@ -19,8 +19,6 @@ INSTALL_TARGET= setup
PLIST_FILES= bin/checkpassword
PORTDOCS= CHANGES FILES README SYSDEPS TARGETS TODO VERSION
-.include <bsd.port.pre.mk>
-
post-patch:
@${REINPLACE_CMD} -e "s,gcc,${CC},g" ${WRKSRC}/find-systype.sh
@@ -30,11 +28,9 @@ do-configure:
@${ECHO_CMD} ${STAGEDIR}${PREFIX} >${WRKSRC}/conf-home
post-install:
-.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${STAGEDIR}${DOCSDIR}
.for f in ${PORTDOCS}
${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list