aboutsummaryrefslogtreecommitdiff
path: root/x11/wrapper
diff options
context:
space:
mode:
authorTrevor Johnson <trevor@FreeBSD.org>2004-01-22 13:40:13 +0000
committerTrevor Johnson <trevor@FreeBSD.org>2004-01-22 13:40:13 +0000
commit4f7e83af9248b1f015a4ecd9b634c6fc8fc0f528 (patch)
treeb267245e62925ada32b7f54e69bd46ee1fb90685 /x11/wrapper
parent59b31757af43f6c1b98827baf29fcab56356c25d (diff)
downloadports-4f7e83af9248b1f015a4ecd9b634c6fc8fc0f528.tar.gz
ports-4f7e83af9248b1f015a4ecd9b634c6fc8fc0f528.zip
Use PLIST_FILES macro.
Notes
Notes: svn path=/head/; revision=98803
Diffstat (limited to 'x11/wrapper')
-rw-r--r--x11/wrapper/Makefile5
1 files changed, 1 insertions, 4 deletions
diff --git a/x11/wrapper/Makefile b/x11/wrapper/Makefile
index 55cd80ea5b68..f6253774a4b1 100644
--- a/x11/wrapper/Makefile
+++ b/x11/wrapper/Makefile
@@ -16,7 +16,7 @@ COMMENT= Wrapper for XFree86-4 server
RUN_DEPENDS= XFree86:${PORTSDIR}/x11-servers/XFree86-4-Server
NO_WRKSUBDIR= yes
-PLIST= ${WRKDIR}/pkg-plist
+PLIST_FILES= bin/Xwrapper-4
USE_X_PREFIX= yes
do-fetch:
@@ -24,9 +24,6 @@ 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