diff options
author | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-08-28 01:58:05 +0000 |
commit | fa1d1e4d83108ff37c97627528c2face622cdd11 (patch) | |
tree | dcf9b0fb1a68bffcee5022498436b05c5daec532 /mail/xfaces | |
parent | 553599566d995df6cf4174f74328f0d62cd46206 (diff) | |
download | FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.zip FreeBSD-ports-fa1d1e4d83108ff37c97627528c2face622cdd11.tar.gz |
ln -> ${LN}
Diffstat (limited to 'mail/xfaces')
-rw-r--r-- | mail/xfaces/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mail/xfaces/Makefile b/mail/xfaces/Makefile index 5b68e9a7..d230f1e 100644 --- a/mail/xfaces/Makefile +++ b/mail/xfaces/Makefile @@ -26,7 +26,7 @@ USE_IMAKE= YES MAN1= xfaces.1 pre-configure: - @ln -sf ../sounds ${WRKSRC} + @${LN} -sf ../sounds ${WRKSRC} pre-install: @${MKDIR} ${LOCALBASE}/share/sounds |