- don't use FULLPKGNAME in PFRAG.shared..

This commit is contained in:
jasper 2011-03-13 19:24:13 +00:00
parent 99ee91ed97
commit 211549b939
2 changed files with 4 additions and 3 deletions

View File

@ -1,9 +1,10 @@
# $OpenBSD: Makefile,v 1.1.1.1 2011/03/10 19:34:01 jasper Exp $
# $OpenBSD: Makefile,v 1.2 2011/03/13 19:24:13 jasper Exp $
COMMENT= validate, correct and pretty-print HTML
V= 1.04
DISTNAME= tidyp-$V
REVISION= 0
SHARED_LIBS += tidyp-$V 0.0 # 0.0
SHARED_LIBS += tidyp 0.0 # 0.0
CATEGORIES= www

View File

@ -1,3 +1,3 @@
@comment $OpenBSD: PFRAG.shared,v 1.1.1.1 2011/03/10 19:34:01 jasper Exp $
@lib lib/lib${FULLPKGNAME}.so.${LIBtidyp-1.04_VERSION}
@comment $OpenBSD: PFRAG.shared,v 1.2 2011/03/13 19:24:13 jasper Exp $
@lib lib/libtidyp-1.04.so.${LIBtidyp-1.04_VERSION}
@lib lib/libtidyp.so.${LIBtidyp_VERSION}