aboutsummaryrefslogtreecommitdiff
path: root/archivers/szip/Makefile
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 00:13:28 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2002-11-23 00:13:28 +0000
commit6cf3e7db3ba82153dbcadeced0fdcfd82224bab0 (patch)
tree1fd98c2eed487ec5ab1ea6c7782e29b91ae8d562 /archivers/szip/Makefile
parent5adc498dac7bdfb74b0f0bc9e6f5ff77fb9d5410 (diff)
Notes
Diffstat (limited to 'archivers/szip/Makefile')
-rw-r--r--archivers/szip/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/archivers/szip/Makefile b/archivers/szip/Makefile
index abb9d214de02..995029130dfe 100644
--- a/archivers/szip/Makefile
+++ b/archivers/szip/Makefile
@@ -9,13 +9,16 @@ PORTNAME= szip
PORTVERSION= 1.12b
CATEGORIES= archivers
MASTER_SITES= http://www.compressconsult.com/szip/
-DISTNAME= ${PORTNAME}_${PORTVERSION:S/.//}_FreeBSD
+DISTNAME= sz${PORTVERSION:S/.//}_src
MAINTAINER= tiamat@telegraph.spb.ru
-NO_BUILD= yes
+USE_GMAKE= yes
ONLY_FOR_ARCHS= i386
+do-build:
+ ${GMAKE} -C ${WRKDIR}
+
do-install:
${INSTALL_PROGRAM} ${WRKDIR}/${PORTNAME} ${PREFIX}/bin
.ifndef (NOPORTDOCS)