diff options
author | vs <vs@FreeBSD.org> | 2005-04-22 09:15:03 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2005-04-22 09:15:03 +0000 |
commit | 81856b6376cc7ccfa174654e8a0475c09a5165d7 (patch) | |
tree | 3b92eb9926e7675a34f3342e797309494cc4eae1 /ftp | |
parent | 6162180bcee7796d0e1f1a676d0a4392b79b31a9 (diff) | |
download | FreeBSD-ports-81856b6376cc7ccfa174654e8a0475c09a5165d7.zip FreeBSD-ports-81856b6376cc7ccfa174654e8a0475c09a5165d7.tar.gz |
Use MAKE_ARGS
Diffstat (limited to 'ftp')
-rw-r--r-- | ftp/spegla/Makefile | 2 | ||||
-rw-r--r-- | ftp/spegla/files/patch-aa | 11 |
2 files changed, 2 insertions, 11 deletions
diff --git a/ftp/spegla/Makefile b/ftp/spegla/Makefile index bf28167..31fa286 100644 --- a/ftp/spegla/Makefile +++ b/ftp/spegla/Makefile @@ -19,6 +19,8 @@ PATCHFILES= ${DISTNAME}-ipv6-20020129-3.diff.gz MAINTAINER= ports@FreeBSD.org COMMENT= A mirror program for FTP sites (written in C) +MAKE_ARGS= MANDIR=${MAN1PREFIX}/man/man + MANCOMPRESSED= yes MAN1= spegla.1 diff --git a/ftp/spegla/files/patch-aa b/ftp/spegla/files/patch-aa deleted file mode 100644 index 3ca0628..0000000 --- a/ftp/spegla/files/patch-aa +++ /dev/null @@ -1,11 +0,0 @@ ---- Makefile.orig Tue Jun 27 16:54:10 2000 -+++ Makefile Tue Jun 27 16:54:18 2000 -@@ -2,7 +2,7 @@ - - PREFIX ?= /usr/local - BINDIR = ${PREFIX}/bin --MANDIR = ${PREFIX}/man -+MANDIR = ${PREFIX}/man/man - - HAVE_STRLCPY?= yes - |