diff options
Diffstat (limited to 'www/wn/Makefile')
-rw-r--r-- | www/wn/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 103b3c152763..8f2c2736e47d 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -1,12 +1,12 @@ # New ports collection makefile for: wn -# Version required: 1.12 +# Version required: 1.14 # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.11 1996/05/26 17:31:55 adam Exp $ +# $Id: Makefile,v 1.12 1996/05/26 18:10:21 adam Exp $ # -DISTNAME= wn-1.12.7 +DISTNAME= wn-1.14.5 CATEGORIES+= www MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ @@ -19,7 +19,7 @@ pre-patch: post-install: @mkdir -p ${PREFIX}/wn/wnlogs - @cp -PR ${WRKSRC}/docs ${WRKSRC}/images ${PREFIX}/wn + @cp -PR ${WRKSRC}/docs ${PREFIX}/wn @install -c -o bin -g bin ${WRKSRC}/bin/wn ${PREFIX}/libexec @install -c -o bin -g bin ${WRKSRC}/bin/swn ${PREFIX}/sbin @install -c -o bin -g bin ${WRKSRC}/bin/wndex ${PREFIX}/bin |