aboutsummaryrefslogtreecommitdiff
path: root/net/gkrellmqst/Makefile
diff options
context:
space:
mode:
authorMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-10 04:12:14 +0000
committerMario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>2001-08-10 04:12:14 +0000
commit3ffa5c247697a22a25d92845fe4b8bb9c79fdb8a (patch)
tree457fdbceb1133926b87fb3bbf4234c48b8eaa122 /net/gkrellmqst/Makefile
parentcdfcccc787453f9ca85b487c9f8c6c3367d90c37 (diff)
Notes
Diffstat (limited to 'net/gkrellmqst/Makefile')
-rw-r--r--net/gkrellmqst/Makefile9
1 files changed, 1 insertions, 8 deletions
diff --git a/net/gkrellmqst/Makefile b/net/gkrellmqst/Makefile
index cbdcd5015bb1..a9832d74142a 100644
--- a/net/gkrellmqst/Makefile
+++ b/net/gkrellmqst/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= gkrellmqst
-PORTVERSION= 0.3.p5
+PORTVERSION= 0.3
CATEGORIES= net games
MASTER_SITES= http://tadpol.org/unxware/
DISTNAME= gkrellm_qst-${PORTVERSION:S/.p/pre_/}
@@ -25,12 +25,5 @@ USE_IMLIB= yes
MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \
PTHREAD_CFLAGS="${PTHREAD_CFLAGS}"
ALL_TARGET= qst.so
-EXTRA_PATCHES= ${WRKDIR}/patch-qst.c
-
-pre-patch:
- @${SED} -e "s!%%LOCALBASE%%!${LOCALBASE}!" \
- -e "s!%%X11BASE%%!${X11BASE}!" \
- ${FILESDIR}/template-patch-qst.c > \
- ${WRKDIR}/patch-qst.c
.include <bsd.port.mk>