diff options
author | linimon <linimon@FreeBSD.org> | 2005-04-06 02:58:28 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2005-04-06 02:58:28 +0800 |
commit | 0206be10489a1124eae46c97401aeefecd3e3b18 (patch) | |
tree | 3ae89ae2c373a7dbbe3c8d8820404707d75f2b8d /mail/squirrelmail | |
parent | 7960fe989274a08770e77cf38489431a2d2dcce7 (diff) | |
download | freebsd-ports-gnome-0206be10489a1124eae46c97401aeefecd3e3b18.tar.gz freebsd-ports-gnome-0206be10489a1124eae46c97401aeefecd3e3b18.tar.zst freebsd-ports-gnome-0206be10489a1124eae46c97401aeefecd3e3b18.zip |
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/squirrelmail')
-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" |