mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-29 01:13:08 +00:00
Generate the packing list just before installation.
This commit is contained in:
parent
a53d52dd67
commit
9d0199a95c
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55863
@ -15,6 +15,7 @@ MAINTAINER= trevor@FreeBSD.org
|
||||
RUN_DEPENDS= XFree86:${PORTSDIR}/x11-servers/XFree86-4-Server
|
||||
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST= ${WRKDIR}/pkg-plist
|
||||
USE_X_PREFIX= yes
|
||||
|
||||
do-fetch:
|
||||
@ -22,6 +23,9 @@ do-fetch:
|
||||
do-build:
|
||||
${CC} ${CFLAGS} -o ${WRKSRC}/Xwrapper-4 ${FILESDIR}/wrapper.c
|
||||
|
||||
pre-install:
|
||||
${ECHO_CMD} bin/Xwrapper-4 > ${PLIST}
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/Xwrapper-4 ${PREFIX}/bin
|
||||
@PKG_PREFIX=${PREFIX} ${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
|
||||
|
@ -1 +0,0 @@
|
||||
bin/Xwrapper
|
Loading…
Reference in New Issue
Block a user