diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-30 22:08:03 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2001-12-30 22:08:03 +0000 |
commit | 499f572d8c66785bb71124ff9dd4570e414005b0 (patch) | |
tree | 0011e32e1b3f13555614f89eeb4db9ba0bbd52d6 /www/frontpage-ar | |
parent | 4fc0f62ed6c0c2130ed5a3c9aef6d68397a45b95 (diff) | |
download | ports-499f572d8c66785bb71124ff9dd4570e414005b0.tar.gz ports-499f572d8c66785bb71124ff9dd4570e414005b0.zip |
o Fix deinstall problem: do not use variables before defining them
o Correct RUN_DEPENDS: frontpage5 -> frontpage
PR: 33317
Submitted by: maintainer
Notes
Notes:
svn path=/head/; revision=52426
Diffstat (limited to 'www/frontpage-ar')
-rw-r--r-- | www/frontpage-ar/Makefile | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/www/frontpage-ar/Makefile b/www/frontpage-ar/Makefile index 95734538b0c0..f1e69a683323 100644 --- a/www/frontpage-ar/Makefile +++ b/www/frontpage-ar/Makefile @@ -14,14 +14,18 @@ PKGNAMEPREFIX?= ar- DISTFILES= EXTRACT_ONLY= +MAINTAINER= hetzels@westbend.net + +RUN_DEPENDS= ${FPSETPERM}:${PORTSDIR}/www/frontpage + +FP_LANG?= ara +FP_LANGUAGE?= Arabic +FP_LCID?= 1025 + .for _FP_LANG in ${FP_LANG} DISTFILES+= fp${PORTVERSION:S/.//:C/\..*//}_${_FP_LANG}.tar.Z .endfor -MAINTAINER= hetzels@westbend.net - -RUN_DEPENDS= ${FPSETPERM}:${PORTSDIR}/www/frontpage5 - .include <bsd.port.pre.mk> ONLY_FOR_ARCHS= i386 alpha @@ -29,10 +33,6 @@ ONLY_FOR_ARCHS= i386 alpha NO_WRKSUBDIR= yes NO_BUILD= yes -FP_LANG?= ara -FP_LANGUAGE?= Arabic -FP_LCID?= 1025 - FP_VER= 5.0 FP_DIR= ${PREFIX}/frontpage/version${FP_VER} |