diff options
Diffstat (limited to 'textproc/openjade/Makefile')
-rw-r--r-- | textproc/openjade/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/textproc/openjade/Makefile b/textproc/openjade/Makefile index 12cc8c860536..0d6fa491c698 100644 --- a/textproc/openjade/Makefile +++ b/textproc/openjade/Makefile @@ -6,8 +6,7 @@ # PORTNAME= openjade -PORTVERSION= 1.3 -PORTREVISION= 2 +PORTVERSION= 1.3.1 CATEGORIES= textproc MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -25,6 +24,9 @@ PLIST_SUB= MKCATALOG=${MKCATALOG} MKCATALOG= ${PREFIX}/sbin/mkcatalog +post-patch: + @${CP} ${PREFIX}/bin/libtool ${WRKSRC}/libtool + post-install: @${MKDIR} ${PREFIX}/share/sgml/openjade @${INSTALL_DATA} ${WRKSRC}/dsssl/* ${PREFIX}/share/sgml/openjade |