1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

Fix install error under XFree86 4.x

PR: 23073
Submitted by: Ports Fury
This commit is contained in:
Kevin Lo 2000-11-26 15:15:02 +00:00
parent 29ff086185
commit 4594352eea
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=35446
2 changed files with 3 additions and 6 deletions

View File

@ -18,7 +18,6 @@ USE_X_PREFIX= yes
GNU_CONFIGURE= yes
MAN1= ${PROGRAM_NAME}.1
PLIST_SUB= PROGRAM_NAME=${PROGRAM_NAME} RESOURCE_NAME=${RESOURCE_NAME}
STRIP= # empty
.if !defined(WANT_ATHENA_VERSION)
USE_MOTIF= yes
@ -31,8 +30,9 @@ PROGRAM_NAME= xftp
RESOURCE_NAME= Xftp
.endif
post-install:
@strip ${PREFIX}/bin/${PROGRAM_NAME}
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PROGRAM_NAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/${PROGRAM_NAME}.man ${MANPREFIX}/man/man1/${PROGRAM_NAME}.1
${INSTALL_DATA} ${WRKSRC}/${RESOURCE_NAME}.ad ${PREFIX}/lib/X11/app-defaults/${RESOURCE_NAME}
.include <bsd.port.mk>

View File

@ -1,5 +1,2 @@
@cwd /usr/X11R6
@mode 555
bin/%%PROGRAM_NAME%%
@mode 444
lib/X11/app-defaults/%%RESOURCE_NAME%%