Support stage.
This commit is contained in:
parent
3c48668c58
commit
f481b62051
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328284
@ -12,7 +12,6 @@ EXTRACT_SUFX= .Z
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= Converts .dms Amiga disk images to uncompressed .adf images
|
||||
|
||||
NO_STAGE= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
PLIST_FILES= bin/undms
|
||||
|
||||
@ -24,6 +23,6 @@ do-build:
|
||||
cd ${WRKSRC} && ${CC} ${CFLAGS} -o undms undms-1.3.c
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/undms ${PREFIX}/bin/
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/undms ${STAGEDIR}/${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user