mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
Stage support
This commit is contained in:
parent
b96c8c0d28
commit
bb2f99de89
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=338945
@ -9,14 +9,13 @@ MASTER_SITES= http://www.fiction.net/blong/programs/
|
||||
DISTNAME= ms-rtf
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A portable application/ms-rtf parser
|
||||
COMMENT= Portable application/ms-rtf parser
|
||||
|
||||
ALL_TARGET= rtfreader
|
||||
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}"
|
||||
PLIST_FILES= bin/rtfreader
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${PREFIX}/bin
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/rtfreader ${STAGEDIR}${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user