diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2005-04-05 18:58:28 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2005-04-05 18:58:28 +0000 |
commit | 48a17db2436064172c30de16c72c94d10f1fd6fc (patch) | |
tree | 5f8e5436fe1f3bd758fc7607c1b398ecaa18f3ef /mail | |
parent | Add an advisory variable that mark this port as not being a slave port. (diff) |
Remove apparently redundant definition of MASTERDIR. Without these lines
both this port and ja-squirrelmail seem to install fine.
Approved by: maintainer
Diffstat (limited to 'mail')
-rw-r--r-- | mail/squirrelmail/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/mail/squirrelmail/Makefile b/mail/squirrelmail/Makefile index 1c314c422e27..ff77952caaa8 100644 --- a/mail/squirrelmail/Makefile +++ b/mail/squirrelmail/Makefile @@ -48,10 +48,6 @@ PKGMESSAGE= ${WRKDIR}/pkg-message PLIST_SUB+= PORTVERSION=${PORTVERSION} \ SQUIRRELDIR="${SQUIRRELDIR:S,^${PREFIX}/,,}" -.if !defined(MASTERDIR) -MASTERDIR= ${.CURDIR} -.endif - pre-everything:: @${ECHO_CMD} "SquirrelMail is installed into ${SQUIRRELDIR}" @${ECHO_CMD} "To use the old location ${PREFIX}/squirrelmail define" |