diff options
Diffstat (limited to 'games/biorythm/Makefile')
-rw-r--r-- | games/biorythm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/biorythm/Makefile b/games/biorythm/Makefile index bddc17d5b5d9..38cfa5b90fd0 100644 --- a/games/biorythm/Makefile +++ b/games/biorythm/Makefile @@ -9,8 +9,8 @@ MASTER_SITES= http://shh.thathost.com/pub-unix/files/ MAINTAINER= ports@FreeBSD.org COMMENT= Simple biorhythm calculation program -LIB_DEPENDS= libshhmsg.so:${PORTSDIR}/devel/libshhmsg \ - libshhopt.so:${PORTSDIR}/devel/libshhopt +LIB_DEPENDS= libshhmsg.so:devel/libshhmsg \ + libshhopt.so:devel/libshhopt PORTDOCS= ChangeLog README PLIST_FILES= bin/${PORTNAME} man/man6/${PORTNAME}.6.gz |