Compile-error

PR:		13513
Submitted by:	Glenn Johnson <gljohns@bellsouth.net>
This commit is contained in:
Satoshi Taoka 1999-09-10 07:39:26 +00:00
parent fa4ca634ba
commit 73ec58caa5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=21547
2 changed files with 9 additions and 3 deletions

View File

@ -18,4 +18,11 @@ USE_IMAKE= yes
MAN1= rasmol.1
pre-extract:
@${ECHO} ""
@${ECHO} You can set the color depth to match your X server in
@${ECHO} ${WRKSRC}Imakefile
@${ECHO} before building.
@${ECHO} ""
.include <bsd.port.mk>

View File

@ -9,7 +9,7 @@
@@ -104,8 +104,9 @@
@@ -104,8 +104,8 @@
ComplexProgramTarget(rasmol)
MakeDirectories(install,$(RASMOLDIR))
InstallNonExec(rasmol.hlp,$(RASMOLDIR))
@ -21,5 +21,4 @@
-rasmol.man:: doc/rasmol.1
- ln -s doc/rasmol.1 rasmol.man
+rasmol.man::
+ gunzip ../doc/rasmol.1.gz
+ ln -s ../doc/rasmol.man rasmol.man
+ gunzip -c ../doc/rasmol.1.gz > rasmol.man