mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
. Remove cruft.
. Simplify build (just redefine ALL_TARGET) . tar -> ${TAR}
This commit is contained in:
parent
9088f0d80c
commit
ef722765a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=86947
@ -20,19 +20,10 @@ RESTRICTED= "license required for commercial use"
|
|||||||
|
|
||||||
DIST_SUBDIR= dgd
|
DIST_SUBDIR= dgd
|
||||||
WRKSRC= ${WRKDIR}/dgd/src
|
WRKSRC= ${WRKDIR}/dgd/src
|
||||||
.if defined(PATCH_DEBUG)
|
ALL_TARGET= install
|
||||||
PATCH_DIST_ARGS= -d ${WRKDIR} -E ${PATCH_DIST_STRIP}
|
|
||||||
.else
|
|
||||||
PATCH_DIST_ARGS= -d ${WRKDIR} --forward --quiet -E ${PATCH_DIST_STRIP}
|
|
||||||
.endif
|
|
||||||
|
|
||||||
post-build:
|
|
||||||
@cd ${WRKSRC}; ${MAKE} install
|
|
||||||
@${CHMOD} o+r ${WRKDIR}/dgd/doc/kfun/*
|
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@-${MV} ${PREFIX}/dgd/bin/driver ${PREFIX}/dgd/bin/driver.old
|
@${TAR} -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
|
||||||
@tar -C ${WRKDIR} -cf - `${GREP} '^dgd/' ${PLIST}` \
|
| ${TAR} -C ${PREFIX} -xpf -
|
||||||
| tar -C ${PREFIX} -xpf -
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
Loading…
Reference in New Issue
Block a user