diff options
author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 13:16:50 +0000 |
---|---|---|
committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2013-09-25 13:16:50 +0000 |
commit | f481b62051a716a3a05c6fbf62ae74f5b300f792 (patch) | |
tree | 56294e8b5baab6dbe68c257d131161a0d983624c /archivers/undms | |
parent | 3c48668c581d9852771ede6fc6d6b6760910c9cd (diff) | |
download | ports-f481b62051a716a3a05c6fbf62ae74f5b300f792.tar.gz ports-f481b62051a716a3a05c6fbf62ae74f5b300f792.zip |
Notes
Diffstat (limited to 'archivers/undms')
-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> |