svn commit: r404568 - head/devel/libpasori
Dmitry Marakasov
amdmi3 at FreeBSD.org
Sun Dec 27 13:52:34 UTC 2015
Author: amdmi3
Date: Sun Dec 27 13:52:32 2015
New Revision: 404568
URL: https://svnweb.freebsd.org/changeset/ports/404568
Log:
- Remove unneeded bsd.port.pre.mk inclusion
Modified:
head/devel/libpasori/Makefile
Modified: head/devel/libpasori/Makefile
==============================================================================
--- head/devel/libpasori/Makefile Sun Dec 27 13:34:48 2015 (r404567)
+++ head/devel/libpasori/Makefile Sun Dec 27 13:52:32 2015 (r404568)
@@ -15,8 +15,6 @@ USES= tar:bzip2 uidfix
USE_LDCONFIG= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
-.include <bsd.port.pre.mk>
-
post-extract:
@${MKDIR} ${WRKSRC}/lib ${WRKSRC}/lpdump ${WRKSRC}/lptest
@${CP} ${FILESDIR}/Makefile ${WRKSRC}/Makefile
@@ -24,4 +22,4 @@ post-extract:
@${CP} ${FILESDIR}/Makefile.lpdump ${WRKSRC}/lpdump/Makefile
@${CP} ${FILESDIR}/Makefile.lptest ${WRKSRC}/lptest/Makefile
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
More information about the svn-ports-all
mailing list