1
0
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:
Trevor Johnson 2002-03-11 13:08:22 +00:00
parent a53d52dd67
commit 9d0199a95c
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=55863
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -1 +0,0 @@
bin/Xwrapper