summaryrefslogtreecommitdiff
path: root/archivers
diff options
context:
space:
mode:
authorVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:16:50 +0000
committerVanilla I. Shu <vanilla@FreeBSD.org>2013-09-25 13:16:50 +0000
commitf481b62051a716a3a05c6fbf62ae74f5b300f792 (patch)
tree56294e8b5baab6dbe68c257d131161a0d983624c /archivers
parentGet rid of sshd: Read from socket failed: Connection reset by peer [preauth] (diff)
Support stage.
Notes
Notes: svn path=/head/; revision=328284
Diffstat (limited to 'archivers')
-rw-r--r--archivers/undms/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/archivers/undms/Makefile b/archivers/undms/Makefile
index 50de24aef3b3..dc3986448c0f 100644
--- a/archivers/undms/Makefile
+++ b/archivers/undms/Makefile
@@ -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>