1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Support stage.

This commit is contained in:
Vanilla I. Shu 2013-09-25 13:16:50 +00:00
parent 3c48668c58
commit f481b62051
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=328284

View File

@ -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>