diff options
author | novel <novel@FreeBSD.org> | 2005-05-05 12:29:36 +0800 |
---|---|---|
committer | novel <novel@FreeBSD.org> | 2005-05-05 12:29:36 +0800 |
commit | 81ebe5a68bb1d1c708050be761b57e50b1248c62 (patch) | |
tree | 19e8c84ed50de3d879065b3b5f0d1c7cb97715f8 /net | |
parent | 0541a0c833c24ac850776a97c1dcfa3555cfbf72 (diff) | |
download | freebsd-ports-gnome-81ebe5a68bb1d1c708050be761b57e50b1248c62.tar.gz freebsd-ports-gnome-81ebe5a68bb1d1c708050be761b57e50b1248c62.tar.zst freebsd-ports-gnome-81ebe5a68bb1d1c708050be761b57e50b1248c62.zip |
Fix plist
Diffstat (limited to 'net')
-rw-r--r-- | net/c3270/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net/c3270/Makefile b/net/c3270/Makefile index 11fd9ef4ccac..99faed539c09 100644 --- a/net/c3270/Makefile +++ b/net/c3270/Makefile @@ -32,6 +32,10 @@ MAN1= c3270.1 \ MAN5= ibm_hosts.5 MANCOMPRESSED= no +.if !defined(NOPORTDOCS) +PORTDOCS= * +.endif + # c3270's ./configure script supports these. # Within it all options except DBCS are enabled by default. @@ -114,7 +118,6 @@ pre-patch: post-install: @( cd ${WRKSRC} && ${GMAKE} ${MAKE_FLAGS} Makefile install.man ) .if !defined(NOPORTDOCS) - PORTDOCS= * @${MKDIR} ${DOCSDIR} @${MKDIR} ${DOCSDIR}/html .for i in ${PORTDOCS} |