diff options
author | vanilla <vanilla@FreeBSD.org> | 2013-09-25 21:16:50 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2013-09-25 21:16:50 +0800 |
commit | 9de3a2f383c8a4e9b127736d6d0578c207c61fdd (patch) | |
tree | 56294e8b5baab6dbe68c257d131161a0d983624c /archivers | |
parent | 2ab6194da4a70dedb2850bcd22321ace927f1e6a (diff) | |
download | freebsd-ports-gnome-9de3a2f383c8a4e9b127736d6d0578c207c61fdd.tar.gz freebsd-ports-gnome-9de3a2f383c8a4e9b127736d6d0578c207c61fdd.tar.zst freebsd-ports-gnome-9de3a2f383c8a4e9b127736d6d0578c207c61fdd.zip |
Support stage.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/undms/Makefile | 3 |
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> |