aboutsummaryrefslogtreecommitdiff
path: root/converters/ta2as
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:28:30 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-01-09 14:28:30 +0000
commit36951ee4c950ac014e610645723d7b9288724adc (patch)
tree449285e22833f5a8dc3d40ff14a9e78ed2cfc858 /converters/ta2as
parent4234579252ebf02d4e68345e91a84443828f5236 (diff)
downloadports-36951ee4c950ac014e610645723d7b9288724adc.tar.gz
ports-36951ee4c950ac014e610645723d7b9288724adc.zip
Support stage
Notes
Notes: svn path=/head/; revision=339241
Diffstat (limited to 'converters/ta2as')
-rw-r--r--converters/ta2as/Makefile14
1 files changed, 4 insertions, 10 deletions
diff --git a/converters/ta2as/Makefile b/converters/ta2as/Makefile
index c65af6e0e764..ae10faeaff89 100644
--- a/converters/ta2as/Makefile
+++ b/converters/ta2as/Makefile
@@ -6,6 +6,7 @@ PORTVERSION= 0.8.2
CATEGORIES= converters devel
MASTER_SITES= GOOGLE_CODE
DISTNAME= ${PORTNAME}_v${PORTVERSION:S/./_/g}_src
+EXTRACT_SUFX= .zip
MAINTAINER= ports@FreeBSD.org
COMMENT= TASM to AT&T asm syntax converter (GNU AS)
@@ -14,14 +15,9 @@ OPTIONS_DEFINE= DOCS
NO_WRKSUBDIR= yes
-USE_ZIP= yes
-
PORTDOCS= *
PLIST_FILES= bin/${PORTNAME}
-NO_STAGE= yes
-.include <bsd.port.options.mk>
-
post-extract:
@${CP} -f ${FILESDIR}/strtolower.c ${WRKSRC}
@@ -34,10 +30,8 @@ do-build:
-o ${PORTNAME}
do-install:
- ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
-.if ${PORT_OPTIONS:MDOCS}
- @${MKDIR} ${DOCSDIR}
- ${INSTALL_DATA} ${WRKSRC}/*.txt ${DOCSDIR}
-.endif
+ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${STAGEDIR}${PREFIX}/bin
+ @${MKDIR} ${STAGEDIR}${DOCSDIR}
+ ${INSTALL_DATA} ${WRKSRC}/*.txt ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>