1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00

fix breakage due to removal of bsd.port.pre.mk

Pointy hat to: gabor
Noticed by: dvl@
This commit is contained in:
Edwin Groothuis 2007-04-19 22:33:19 +00:00
parent 6275fced0d
commit e4b91ff0f7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=190387

View File

@ -22,6 +22,8 @@ WRKSRC= ${WRKDIR}/${PORTNAME}
IGNORE= Requires kernel source (/usr/src/sys) to build
.endif
.include <bsd.port.pre.mk>
post-build:
@${REINPLACE_CMD} -e 's|%%INITIAL_INSTALLDIR%%|${PREFIX}/lib|g' ${BUILD_WRKSRC}/uppcsetup
@${REINPLACE_CMD} -e 's|%%INITIAL_MODDIR%%|${KMODDIR}|g' ${WRKSRC}/uppcsetup
@ -40,4 +42,4 @@ post-install:
@${ECHO_CMD} " * and set up a connection. *"
@${ECHO_CMD} " ****************************************************************"
.include <bsd.port.mk>
.include <bsd.port.post.mk>