Add expected symlinks from full names to 8.3-compatible ones.
Submitted by Phil Pennock <Phil.Pennock@globnix.org>.
This commit is contained in:
parent
905fcab194
commit
8c5af11c85
@ -1,14 +1,12 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2001/10/28 13:05:48 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2002/01/25 13:43:24 naddy Exp $
|
||||
# $FreeBSD: Makefile,v 1.16 1999/02/16 03:06:21 jseger Exp $
|
||||
|
||||
COMMENT= "programmable MUD client, with macro support and more"
|
||||
|
||||
PKGNAME= tinyfugue-4.0s1p1
|
||||
DISTNAME= tf-40s1
|
||||
PKGNAME= tinyfugue-4.0s1
|
||||
CATEGORIES= net games
|
||||
NEED_VERSION= 1.402
|
||||
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
|
||||
ftp://ftp.demon.co.uk/pub/games/mud/
|
||||
NEED_VERSION= 1.504
|
||||
|
||||
HOMEPAGE= http://tf.tcp.com/~hawkeye/tf/
|
||||
|
||||
@ -18,15 +16,28 @@ PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MASTER_SITES= ftp://tf.tcp.com/pub/tinyfugue/ \
|
||||
ftp://ftp.demon.co.uk/pub/games/mud/
|
||||
|
||||
MAKE_ENV= TFVER="${DISTNAME:S/^tf-//}" \
|
||||
CC="${CC}" TFDEV_CCFLAGS="${CFLAGS}"
|
||||
|
||||
MAKE_FILE= ${WRKSRC}/unix/Makefile
|
||||
|
||||
SYMLINKS= kb-bash.tf,bind-bash.tf kb-emacs.tf,bind-emacs.tf \
|
||||
complete.tf,completion.tf factoral.tf,factorial.tf \
|
||||
filexfer.tf,file-xfer.tf local-eg.tf,local.tf.sample \
|
||||
psh.tf,pref-shell.tf spc-page.tf,space_page.tf \
|
||||
spedwalk.tf,speedwalk.tf stack-q.tf,stack_queue.tf \
|
||||
world-q.tf,worldqueue.tf
|
||||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PREFIX}/share/tinyfugue
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/src/tf ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/src/tf.1.nroffman ${PREFIX}/man/man1/tf.1
|
||||
${INSTALL_DATA} ${WRKSRC}/tf-lib/* ${PREFIX}/share/tinyfugue
|
||||
.for i in ${SYMLINKS}
|
||||
ln -s ${i:C/,.*//} ${PREFIX}/share/tinyfugue/${i:C/.*,//}
|
||||
.endfor
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,3 +1,3 @@
|
||||
SHA1 (tf-40s1.tar.gz) = 89ee75d0d8501dd7fe5440c81cf9b294e5ccf746
|
||||
RMD160 (tf-40s1.tar.gz) = 2852daa3363bb134f29cc25d3177e9599ecacc1f
|
||||
MD5 (tf-40s1.tar.gz) = db6fa9a1aac0b7f199567d81c4b5c81d
|
||||
RMD160 (tf-40s1.tar.gz) = 2852daa3363bb134f29cc25d3177e9599ecacc1f
|
||||
SHA1 (tf-40s1.tar.gz) = 89ee75d0d8501dd7fe5440c81cf9b294e5ccf746
|
@ -1,14 +1,19 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2000/09/20 22:42:12 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2002/01/25 13:43:24 naddy Exp $
|
||||
bin/tf
|
||||
man/man1/tf.1
|
||||
share/tinyfugue/README
|
||||
share/tinyfugue/alias.tf
|
||||
share/tinyfugue/at.tf
|
||||
share/tinyfugue/bind-bash.tf
|
||||
share/tinyfugue/bind-emacs.tf
|
||||
share/tinyfugue/changes.tf
|
||||
share/tinyfugue/color.tf
|
||||
share/tinyfugue/complete.tf
|
||||
share/tinyfugue/completion.tf
|
||||
share/tinyfugue/examples.old
|
||||
share/tinyfugue/factoral.tf
|
||||
share/tinyfugue/factorial.tf
|
||||
share/tinyfugue/file-xfer.tf
|
||||
share/tinyfugue/filexfer.tf
|
||||
share/tinyfugue/finger.tf
|
||||
share/tinyfugue/grep.tf
|
||||
@ -22,17 +27,22 @@ share/tinyfugue/kbregion.tf
|
||||
share/tinyfugue/kbstack.tf
|
||||
share/tinyfugue/lisp.tf
|
||||
share/tinyfugue/local-eg.tf
|
||||
share/tinyfugue/local.tf.sample
|
||||
share/tinyfugue/map.tf
|
||||
share/tinyfugue/pcmd.tf
|
||||
share/tinyfugue/pref-shell.tf
|
||||
share/tinyfugue/psh.tf
|
||||
share/tinyfugue/quoter.tf
|
||||
share/tinyfugue/relog.tf
|
||||
share/tinyfugue/rwho.tf
|
||||
share/tinyfugue/self.tf
|
||||
share/tinyfugue/space_page.tf
|
||||
share/tinyfugue/spc-page.tf
|
||||
share/tinyfugue/spedwalk.tf
|
||||
share/tinyfugue/speedwalk.tf
|
||||
share/tinyfugue/spell.tf
|
||||
share/tinyfugue/stack-q.tf
|
||||
share/tinyfugue/stack_queue.tf
|
||||
share/tinyfugue/stdlib.tf
|
||||
share/tinyfugue/textutil.tf
|
||||
share/tinyfugue/tf-help
|
||||
@ -44,4 +54,5 @@ share/tinyfugue/tools.tf
|
||||
share/tinyfugue/tr.tf
|
||||
share/tinyfugue/watch.tf
|
||||
share/tinyfugue/world-q.tf
|
||||
share/tinyfugue/worldqueue.tf
|
||||
@dirrm share/tinyfugue
|
||||
|
Loading…
Reference in New Issue
Block a user