svn commit: r328284 - head/archivers/undms

Vanilla I. Shu vanilla at FreeBSD.org
Wed Sep 25 13:16:50 UTC 2013


Author: vanilla
Date: Wed Sep 25 13:16:50 2013
New Revision: 328284
URL: http://svnweb.freebsd.org/changeset/ports/328284

Log:
  Support stage.

Modified:
  head/archivers/undms/Makefile

Modified: head/archivers/undms/Makefile
==============================================================================
--- head/archivers/undms/Makefile	Wed Sep 25 13:06:12 2013	(r328283)
+++ head/archivers/undms/Makefile	Wed Sep 25 13:16:50 2013	(r328284)
@@ -12,7 +12,6 @@ EXTRACT_SUFX=	.Z
 MAINTAINER=	ports at 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>


More information about the svn-ports-head mailing list