diff options
Diffstat (limited to 'net/dgd-lpmud/Makefile')
-rw-r--r-- | net/dgd-lpmud/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/net/dgd-lpmud/Makefile b/net/dgd-lpmud/Makefile index f7e2554cc3df..8fc521cedd04 100644 --- a/net/dgd-lpmud/Makefile +++ b/net/dgd-lpmud/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: dgd-lpmud -# Date created: 10 November 1994 -# Whom: adam -# +# Created by: adam # $FreeBSD$ -# PORTNAME= dgd-lpmud PORTVERSION= 2.4.5 @@ -24,6 +20,7 @@ NO_PACKAGE= no monetary gain, tarball OK for CDROM DIST_SUBDIR= dgd WRKSRC= ${WRKDIR}/mud +NO_STAGE= yes post-extract: @${CP} ${FILESDIR}/oconv.c ${WRKSRC}/ @${CP} ${FILESDIR}/Makefile.bin ${WRKSRC}/Makefile |