aboutsummaryrefslogtreecommitdiff
path: root/archivers/xdms
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:01:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-12-26 17:01:25 +0000
commit388023924a0b2f2ec7e265db6f7109c3e103fd47 (patch)
tree83d154b8630b26971a1f6f353cb7b3e37863a0c1 /archivers/xdms
parent05f96f7d0011b47216feb064091aba9da47e97c3 (diff)
downloadports-388023924a0b2f2ec7e265db6f7109c3e103fd47.tar.gz
ports-388023924a0b2f2ec7e265db6f7109c3e103fd47.zip
Support stage
Notes
Notes: svn path=/head/; revision=337558
Diffstat (limited to 'archivers/xdms')
-rw-r--r--archivers/xdms/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/archivers/xdms/Makefile b/archivers/xdms/Makefile
index afc1faf862d6..1845333e3e88 100644
--- a/archivers/xdms/Makefile
+++ b/archivers/xdms/Makefile
@@ -11,7 +11,6 @@ COMMENT= Tool for decompressing Amiga DMS files
OPTIONS_DEFINE= DOCS
-NO_STAGE= yes
USE_BZIP2= yes
HAS_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX}
@@ -22,18 +21,14 @@ USE_CSTD= gnu89
PORTDOCS= xdms.txt
PLIST_FILES= bin/xdms
-.include <bsd.port.options.mk>
-
post-patch:
${REINPLACE_CMD} "s@-O2 -Wall@$${CFLAGS} -Wall@g" ${WRKSRC}/src/Makefile.in
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- ${MKDIR} ${DOCSDIR}
+ ${INSTALL_PROGRAM} ${WRKSRC}/src/xdms ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
.for docs in ${PORTDOCS}
- ${INSTALL_DATA} ${WRKSRC}/${docs} ${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/${docs} ${STAGEDIR}${DOCSDIR}
.endfor
-.endif
.include <bsd.port.mk>