aboutsummaryrefslogtreecommitdiffstats
path: root/net/licq-console
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2004-03-27 01:49:07 +0800
committerdinoex <dinoex@FreeBSD.org>2004-03-27 01:49:07 +0800
commit94cb17f8abab42c8d414add48edd4037f38433f8 (patch)
tree9a754371e4ad43a6b06493f289688f191f3bd8e5 /net/licq-console
parent99a0325a2a289cca2d769412f8fde08650b300fb (diff)
downloadfreebsd-ports-gnome-94cb17f8abab42c8d414add48edd4037f38433f8.tar.gz
freebsd-ports-gnome-94cb17f8abab42c8d414add48edd4037f38433f8.tar.zst
freebsd-ports-gnome-94cb17f8abab42c8d414add48edd4037f38433f8.zip
- make PKGNAMESUFFIX more flexible
- LICQ_PORT without PORTSDIR
Diffstat (limited to 'net/licq-console')
-rw-r--r--net/licq-console/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/licq-console/Makefile b/net/licq-console/Makefile
index 437b6685fb4b..eb56d95565da 100644
--- a/net/licq-console/Makefile
+++ b/net/licq-console/Makefile
@@ -17,8 +17,8 @@ COMMENT= Ncurses-based console plugin for Licq
#USE_AUTOMAKE_VER= 15
CONFIGURE_ENV= CPPFLAGS="${PTHREAD_CFLAGS}" \
LIBS="${PTHREAD_LIBS}"
-LICQ_PORT?= ${PORTSDIR}/net/licq
+LICQ_PORT?= net/licq
.include <bsd.port.pre.mk>
-.include "${LICQ_PORT}/Makefile.inc"
+.include "${PORTSDIR}/${LICQ_PORT}/Makefile.inc"
.include <bsd.port.post.mk>