diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-12-08 22:07:46 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-12-08 22:07:46 +0000 |
commit | c91007305f8d76aabc7548ea0e1b0592ab33df59 (patch) | |
tree | cf1bd3edbae4bb850c49c9e8a2f4159c26f24408 /www/wn | |
parent | Bring this port up-to-date. It had no package info and was based on an old (diff) |
Dependency to ${PATCH_COOKIE} not necessary for pre-patch, it's
already in bsd.port.mk.
Notes
Notes:
svn path=/head/; revision=2542
Diffstat (limited to 'www/wn')
-rw-r--r-- | www/wn/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/www/wn/Makefile b/www/wn/Makefile index 508463c755b3..e34ed1d2df96 100644 --- a/www/wn/Makefile +++ b/www/wn/Makefile @@ -3,7 +3,7 @@ # Date created: 4 May 1995 # Whom: adam # -# $Id: Makefile,v 1.4 1995/12/01 11:40:46 adam Exp $ +# $Id: Makefile,v 1.5 1995/12/07 12:43:23 adam Exp $ # DISTNAME= wn-1.12.2 @@ -13,7 +13,7 @@ MASTER_SITES= ftp://ftp.acns.nwu.edu/pub/wn/ IS_INTERACTIVE= NO_PACKAGE= # hostname compiled in -pre-patch: ${PATCH_COOKIE} +pre-patch: @cp ${WRKSRC}/Makefile.dist ${WRKSRC}/Makefile @cp ${WRKSRC}/config.h.dist ${WRKSRC}/config.h |