diff options
author | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:18:01 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 2000-07-07 19:18:01 +0000 |
commit | 78b0bd21fe552cbd66b45b2fa8f1702ef4dba7ff (patch) | |
tree | 1615d919b35acef57750df523fe8e65d814d2e5f /misc | |
parent | b8b1e11f7b4c6552aa4977a345ce3cf7108f8542 (diff) | |
download | ports-78b0bd21fe552cbd66b45b2fa8f1702ef4dba7ff.tar.gz ports-78b0bd21fe552cbd66b45b2fa8f1702ef4dba7ff.zip |
Notes
Diffstat (limited to 'misc')
-rw-r--r-- | misc/quotes/Makefile | 6 | ||||
-rw-r--r-- | misc/quotes/distinfo | 2 |
2 files changed, 5 insertions, 3 deletions
diff --git a/misc/quotes/Makefile b/misc/quotes/Makefile index e7616817a046..81c238063c9b 100644 --- a/misc/quotes/Makefile +++ b/misc/quotes/Makefile @@ -6,10 +6,10 @@ # PORTNAME= quotes -PORTVERSION= 1.5.2 +PORTVERSION= 1.6.2 CATEGORIES= misc MASTER_SITES= ftp://ftp.iae.nl/pub/users/grimaldo/ -DISTNAME= quotes-1.5-2 +DISTNAME= quotes-1.6-2 MAINTAINER= dima@Chg.RU @@ -18,6 +18,8 @@ USE_PERL5= yes post-patch: @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotes + @ ${PERL} -pi -e "s:/usr/local/lib/Quotes:${PREFIX}/etc:g" ${WRKSRC}/quotes + @ ${PERL} -pi -e "s:/usr/local:${PREFIX}:g" ${WRKSRC}/quotes @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/quotesmailer @ ${PERL} -pi -e "s:/usr/bin/perl:${PERL}:g" ${WRKSRC}/QuExample.pm diff --git a/misc/quotes/distinfo b/misc/quotes/distinfo index a0ba702472c6..dbc410323712 100644 --- a/misc/quotes/distinfo +++ b/misc/quotes/distinfo @@ -1 +1 @@ -MD5 (quotes-1.5-2.tar.gz) = 010cc3419f2ac3f116f7d7ec792cd52f +MD5 (quotes-1.6-2.tar.gz) = 3afc16776b414f4cf0be92f8950df640 |