diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 19:11:51 +0000 |
commit | a84c115a09e00e14810cb1deb7bf4637a33ad313 (patch) | |
tree | 97c04ac5ad39d0af4b856d37b17a5a074d6adbc6 /sysutils/LPRngTool | |
parent | aa63c219bc3e4ef1b783a2b3c14615ecde12089a (diff) |
Notes
Diffstat (limited to 'sysutils/LPRngTool')
-rw-r--r-- | sysutils/LPRngTool/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sysutils/LPRngTool/Makefile b/sysutils/LPRngTool/Makefile index 47938d3a2e61..314ccb3d8b49 100644 --- a/sysutils/LPRngTool/Makefile +++ b/sysutils/LPRngTool/Makefile @@ -11,7 +11,6 @@ MASTER_SITES= ftp://ftp.lprng.com/pub/%SUBDIR%/ \ ftp://ftp.informatik.uni-hamburg.de/pub/os/unix/utils/%SUBDIR%/ \ ftp://ftp.uni-paderborn.de/pub/unix/printer/%SUBDIR%/ MASTER_SITE_SUBDIR= LPRng/LPRngTool -EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= Configuration Tool for LPRng @@ -22,7 +21,7 @@ BUILD_DEPENDS= a2ps:${PORTSDIR}/print/a2ps \ #RUN_DEPENDS= ifhp:${PORTSDIR}/print/ifhp USE_GHOSTSCRIPT_BUILD= yes -USES= tk +USES= tk tar:tgz .if defined(SYSCONFDIR) PLIST_SUB+= CWD="" SYSCONFDIR="${SYSCONFDIR:S,^/,,}" |