diff options
author | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 18:35:09 +0000 |
---|---|---|
committer | Pete Fritchman <petef@FreeBSD.org> | 2001-09-08 18:35:09 +0000 |
commit | 3de56276475c70e2a005095943d75108bbeaf339 (patch) | |
tree | f1340eb77587e5849f253e9c391b6d69905471c6 /misc/menushki/Makefile | |
parent | 24ffc7e9190d1e98690b0504ddbcc9d512c18f18 (diff) |
Notes
Diffstat (limited to 'misc/menushki/Makefile')
-rw-r--r-- | misc/menushki/Makefile | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/misc/menushki/Makefile b/misc/menushki/Makefile index f08cc17c054b..b3df910b2914 100644 --- a/misc/menushki/Makefile +++ b/misc/menushki/Makefile @@ -6,10 +6,9 @@ # PORTNAME= menushki -PORTVERSION= 0.6 +PORTVERSION= 0.7 CATEGORIES= misc x11 -MASTER_SITES= http://www.geocities.com/loki_bg/ \ - ${MASTER_SITE_SOURCEFORGE} +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= pat@databits.net @@ -19,12 +18,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes DOCS= AUTHORS ChangeLog README TODO -PATCH_CLOSE= editor.cc menushki.cc - -post-patch: -.for files in ${PATCH_CLOSE} - @${PERL} -pi -e "s!(tw\.close);!\1\(\);!" ${WRKSRC}/${files} -.endfor post-install: .ifndef(NOPORTDOCS) |