aboutsummaryrefslogtreecommitdiffstats
path: root/devel/trio/Makefile
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-05-08 15:01:56 +0800
committerijliao <ijliao@FreeBSD.org>2002-05-08 15:01:56 +0800
commit3cd89270ea0a36fdb8baa8ef2a3177b9d6d24a9c (patch)
treebf5d7120f48aa2c4d33006c88a8cc2a7155cd8fa /devel/trio/Makefile
parenta41b31b5cda473d01ac38d489f0a11fe2209f695 (diff)
downloadfreebsd-ports-gnome-3cd89270ea0a36fdb8baa8ef2a3177b9d6d24a9c.tar.gz
freebsd-ports-gnome-3cd89270ea0a36fdb8baa8ef2a3177b9d6d24a9c.tar.zst
freebsd-ports-gnome-3cd89270ea0a36fdb8baa8ef2a3177b9d6d24a9c.zip
upgrade to 1.7
Diffstat (limited to 'devel/trio/Makefile')
-rw-r--r--devel/trio/Makefile13
1 files changed, 3 insertions, 10 deletions
diff --git a/devel/trio/Makefile b/devel/trio/Makefile
index 81e7177fcca2..f1c8baee625f 100644
--- a/devel/trio/Makefile
+++ b/devel/trio/Makefile
@@ -7,24 +7,17 @@
#
PORTNAME= trio
-PORTVERSION= 1.6
+PORTVERSION= 1.7
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ctrio
MAINTAINER= ports@FreeBSD.org
-USE_GMAKE= yes
+GNU_CONFIGURE= yes
-post-patch:
- @${PERL} -pi -e "s,^CFLAGS,#CFLAGS,g" ${WRKSRC}/Makefile
-
-do-install:
-.for file in trio.h triop.h
- ${INSTALL_DATA} ${WRKSRC}/${file} ${PREFIX}/include
-.endfor
- ${INSTALL_DATA} ${WRKSRC}/libtrio.a ${PREFIX}/lib
.if !defined(NOPORTDOCS)
+post-install:
@${MKDIR} ${DOCSDIR}
${CP} -R ${WRKSRC}/doc ${DOCSDIR}
${CP} -R ${WRKSRC}/html ${DOCSDIR}