diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 22:10:23 +0000 |
commit | 0c710c7b4edb5ca79906be0115763864bc7c903f (patch) | |
tree | 3f6447c55ab3d27cbf7cde9bc54d671393c9aec4 /net/dictd-database/Makefile | |
parent | f869483090ef76ab0fb56ed7b8b79a77bbc698a7 (diff) | |
download | ports-0c710c7b4edb5ca79906be0115763864bc7c903f.tar.gz ports-0c710c7b4edb5ca79906be0115763864bc7c903f.zip |
Notes
Diffstat (limited to 'net/dictd-database/Makefile')
-rw-r--r-- | net/dictd-database/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/net/dictd-database/Makefile b/net/dictd-database/Makefile index 2cfe5e1286d6..02f480047df9 100644 --- a/net/dictd-database/Makefile +++ b/net/dictd-database/Makefile @@ -1,10 +1,5 @@ -# ex:ts=8 -# New ports collection makefile for: dictd-database -# Date created: Jan 29, 2001 -# Whom: clive -# +# Created by: clive # $FreeBSD$ -# PORTNAME= dictd-database PORTVERSION= 20031009 @@ -31,6 +26,7 @@ RUN_DEPENDS= ${LOCALBASE}/sbin/dictd:${PORTSDIR}/net/dictd NO_BUILD= yes NO_WRKSUBDIR= yes +NO_STAGE= yes do-install: @${MKDIR} ${PREFIX}/lib/dict @${INSTALL_DATA} ${WRKDIR}/*.index ${PREFIX}/lib/dict |