mirror of
https://github.com/netbirdio/FreeBSD-ports.git
synced 2026-05-22 18:42:42 -07:00
Stagify.
Approved by: portmgr@
This commit is contained in:
@@ -20,14 +20,13 @@ PLIST_FILES= include/randlib.h \
|
||||
lib/librandlib.so \
|
||||
lib/librandlib.so.1
|
||||
|
||||
NO_STAGE= yes
|
||||
post-extract:
|
||||
${CP} ${FILESDIR}/Makefile.lib ${WRKSRC}/Makefile
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
@${MKDIR} ${PREFIX}/share/doc/randlib
|
||||
@${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${PREFIX}/share/doc/randlib
|
||||
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
||||
@${INSTALL_DATA} ${WRKDIR}/source/randlib.c/doc/* ${STAGEDIR}${DOCSDIR}
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
@@ -10,6 +10,6 @@ SRCS= linpack.c com.c randlib.c
|
||||
|
||||
beforeinstall:
|
||||
${INSTALL} -C -o ${BINOWN} -g ${BINGRP} -m 444 ${.CURDIR}/randlib.h \
|
||||
${PREFIX}/include
|
||||
$(DESTDIR)${PREFIX}/include
|
||||
|
||||
.include <bsd.lib.mk>
|
||||
|
||||
Reference in New Issue
Block a user