diff options
author | asami <asami@FreeBSD.org> | 1995-12-09 06:07:46 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-12-09 06:07:46 +0800 |
commit | 96d62182870c955eb99c3670f69fd962e6ecdd09 (patch) | |
tree | 0b7383dc38a36ba9c08041da158945846232a321 | |
parent | 020b9afbbcccc1357201a5ec619bd23633b244ef (diff) | |
download | freebsd-ports-gnome-96d62182870c955eb99c3670f69fd962e6ecdd09.tar.gz freebsd-ports-gnome-96d62182870c955eb99c3670f69fd962e6ecdd09.tar.zst freebsd-ports-gnome-96d62182870c955eb99c3670f69fd962e6ecdd09.zip |
Dependency to ${PATCH_COOKIE} not necessary for pre-patch, it's
already in bsd.port.mk.
-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 |