aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorvanilla <vanilla@FreeBSD.org>2014-06-10 23:13:44 +0800
committervanilla <vanilla@FreeBSD.org>2014-06-10 23:13:44 +0800
commit6df951bc30e57a096c90a8d41e8cffb408a221a0 (patch)
treed5773a732f340264628ffbd54bcc2ba9ad84335f
parent8293785b69df9cf9ee2a0cb0c8e333663cf04eb1 (diff)
downloadfreebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.tar.gz
freebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.tar.zst
freebsd-ports-gnome-6df951bc30e57a096c90a8d41e8cffb408a221a0.zip
Stagify.
-rw-r--r--science/xmakemol/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/science/xmakemol/Makefile b/science/xmakemol/Makefile
index 7ff51d92a85e..8aff95686143 100644
--- a/science/xmakemol/Makefile
+++ b/science/xmakemol/Makefile
@@ -10,16 +10,16 @@ MASTER_SITES= SAVANNAH
MAINTAINER= ports@FreeBSD.org
COMMENT= Molecule Viewer Program Based on Motif Widget
-USES= gmake motif
+USES= gmake motif shebangfix
USE_XORG= xpm
USE_GL= glut glw
GNU_CONFIGURE= yes
+SHEBANG_FILES= xmake_anim.pl
-MAN1= xmakemol.1
PLIST_FILES= bin/xmake_anim.pl \
bin/xmakemol \
+ man/man1/xmakemol.1.gz \
%%DATADIR%%/elements
PLIST_DIRS= %%DATADIR%%
-NO_STAGE= yes
.include <bsd.port.mk>