diff options
author | mharo <mharo@FreeBSD.org> | 2000-04-21 04:32:21 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2000-04-21 04:32:21 +0800 |
commit | b005d4da24875816eb53ed14400f22feacd10bd4 (patch) | |
tree | c309904f413da25192f0a115d9883f7a5de83506 | |
parent | 9b056b67c66019c942d0c5c8d10bad834583ba0d (diff) | |
download | freebsd-ports-gnome-b005d4da24875816eb53ed14400f22feacd10bd4.tar.gz freebsd-ports-gnome-b005d4da24875816eb53ed14400f22feacd10bd4.tar.zst freebsd-ports-gnome-b005d4da24875816eb53ed14400f22feacd10bd4.zip |
ln -> ${LN} (portlint)
-rw-r--r-- | net/libunpipc/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/libunpipc/Makefile b/net/libunpipc/Makefile index 497d6dc616a8..82a30019e0ac 100644 --- a/net/libunpipc/Makefile +++ b/net/libunpipc/Makefile @@ -7,7 +7,7 @@ PORTNAME= libunpipc PORTVERSION= 1.0 -CATEGORIES= net +CATEGORIES= net MASTER_SITES= ftp://ftp.kohala.com/pub/rstevens/ \ http://compass.net.edu.cn:8000/programming/ DISTNAME= unpv22e @@ -20,7 +20,7 @@ USE_GMAKE= yes .include <bsd.port.pre.mk> post-configure: - ln -s ${WRKSRC}/config.h ${WRKSRC}/unpipc_config.h + ${LN} -s ${WRKSRC}/config.h ${WRKSRC}/unpipc_config.h do-install: ${INSTALL_DATA} ${WRKSRC}/libunpipc.a ${PREFIX}/lib |