diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-22 17:48:47 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-22 17:48:47 +0800 |
commit | b104e3b8911ae89f0f73f40175fe5c5e0f71572a (patch) | |
tree | 4e50b3b40cace583ea58473ac4111f134900d077 /ftp | |
parent | 75baeb6aa8d744014b7eb442ba7759bad811bfcc (diff) | |
download | freebsd-ports-gnome-b104e3b8911ae89f0f73f40175fe5c5e0f71572a.tar.gz freebsd-ports-gnome-b104e3b8911ae89f0f73f40175fe5c5e0f71572a.tar.zst freebsd-ports-gnome-b104e3b8911ae89f0f73f40175fe5c5e0f71572a.zip |
portlint (whitespace nits and variable/section ordering)
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/ftpsearch/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/ftp/ftpsearch/Makefile b/ftp/ftpsearch/Makefile index b53e1a109dc4..4bd400b924a3 100644 --- a/ftp/ftpsearch/Makefile +++ b/ftp/ftpsearch/Makefile @@ -10,12 +10,8 @@ PORTVERSION= 1.0 CATEGORIES= ftp MASTER_SITES= ftp://ftpsearch.ntnu.no/pub/ftpsearch/ -MAINTAINER= Tor.Egge@idi.ntnu.no - -NO_PACKAGE= "Hostname compiled in" - -PATCH_SITES = ftp://ftpsearch.ntnu.no/pub/ftpsearch/ -PATCHFILES = ftpsearch-1.0.patch1 \ +PATCH_SITES= ftp://ftpsearch.ntnu.no/pub/ftpsearch/ +PATCHFILES= ftpsearch-1.0.patch1 \ ftpsearch-1.0.patch2 \ ftpsearch-1.0.patch3 \ ftpsearch-1.0.patch4 \ @@ -24,14 +20,18 @@ PATCHFILES = ftpsearch-1.0.patch1 \ ftpsearch-1.0.patch7 \ ftpsearch-1.0.patch8 +MAINTAINER= Tor.Egge@idi.ntnu.no + +NO_PACKAGE= "Hostname compiled in" + GNU_CONFIGURE= yes CONFIGURE_ENV+= FTPSEARCHROOT=${PREFIX}/ftpsearch MANPREFIX=${PREFIX}/ftpsearch -MAN1 = ftpsearch.1 -MAN5 = cnames.5 ftpcli_config.5 sites.5 sites.alias.5 sites.skip.5 -MAN7 = datasets.7 -MAN8 = astat.8 autoupdateconfig.pl.8 cardusage.8 checkenv.pl.8 chknavig.8 \ +MAN1= ftpsearch.1 +MAN5= cnames.5 ftpcli_config.5 sites.5 sites.alias.5 sites.skip.5 +MAN7= datasets.7 +MAN8= astat.8 autoupdateconfig.pl.8 cardusage.8 checkenv.pl.8 chknavig.8 \ chksites.pl.8 domainhelp.8 freq.8 ftpcli.8 \ ftpsearchshell.8 gateway.8 genaliases.8 gendataset.8 genit.pl.8 \ genmotd.pl.8 genspecter.8 genspecter2.8 listsite.8 load.8 \ |