mirror of
https://git.freebsd.org/ports.git
synced 2025-07-17 09:19:15 -04:00
- Add stage support
- Use PLIST_FILES instead of pkg-plist
This commit is contained in:
parent
0b51d884bd
commit
fce7f2fbaa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=333792
2 changed files with 7 additions and 9 deletions
|
@ -14,14 +14,14 @@ COMMENT= Oct puzzle for X Window System
|
|||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
USES= imake
|
||||
USE_XORG= x11 xext xt sm ice
|
||||
MAN1= xoct.1
|
||||
MANCOMPRESSED= no
|
||||
XFREE86_HTML_MAN= no
|
||||
|
||||
NO_STAGE= yes
|
||||
PLIST_FILES= bin/xoct \
|
||||
lib/X11/app-defaults/Oct \
|
||||
man/man1/xoct.1.gz
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xoct ${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Oct.ad ${PREFIX}/lib/X11/app-defaults/Oct
|
||||
${INSTALL_MAN} ${WRKSRC}/xoct.man ${MANPREFIX}/man/man1/xoct.1
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/xoct ${STAGEDIR}${PREFIX}/bin
|
||||
${INSTALL_DATA} ${WRKSRC}/Oct.ad ${STAGEDIR}${PREFIX}/lib/X11/app-defaults/Oct
|
||||
${INSTALL_MAN} ${WRKSRC}/xoct.man ${STAGEDIR}${MANPREFIX}/man/man1/xoct.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -1,2 +0,0 @@
|
|||
bin/xoct
|
||||
lib/X11/app-defaults/Oct
|
Loading…
Add table
Reference in a new issue