diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 15:52:25 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 15:52:25 +0800 |
commit | fef90ef29a8aec44c1d930de3396ab6ff3eabbd8 (patch) | |
tree | 040f4df051f5f7a06aff8f09d9b28c63a6fb9cf6 /news/diablo | |
parent | 5c3d870af108490066d61208d62182c10c3a7b64 (diff) | |
download | freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.tar.gz freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.tar.zst freebsd-ports-gnome-fef90ef29a8aec44c1d930de3396ab6ff3eabbd8.zip |
Correct whitespace introduced during PORTNAME conversion and portlint
Diffstat (limited to 'news/diablo')
-rw-r--r-- | news/diablo/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/news/diablo/Makefile b/news/diablo/Makefile index 7250ce30eb73..198c09e38a95 100644 --- a/news/diablo/Makefile +++ b/news/diablo/Makefile @@ -9,7 +9,7 @@ PORTNAME= diablo PORTVERSION= 1.15 CATEGORIES= news MASTER_SITES= http://www.backplane.com/diablo/ -DISTNAME= ${PKGNAME}-rel +DISTNAME= ${PKGNAME}-rel EXTRACT_SUFX= .tgz MAINTAINER= jfitz@FreeBSD.org @@ -25,10 +25,9 @@ MAN8= diablo.8 dclean.8 dicmd.8 dexpire.8 didump.8 \ dilookup.8 doutq.8 dspoolout.8 dkp.8 dnewslink.8 \ dreadart.8 dreaderd.8 dsyncgroups.8 - do-configure: ${CP} ${FILESDIR}/post-install-notes ${WRKSRC} - ${SETENV} ${MAKE_ENV} /usr/bin/perl -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ + ${SETENV} ${MAKE_ENV} ${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' \ ${WRKSRC}/post-install-notes do-build: |