diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 18:29:14 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-27 18:29:14 +0000 |
commit | e1fd712e04a08149ed7f30bebb8b0b08300d0543 (patch) | |
tree | 2fb20f4e3da038c8188d0d3dc7b6f27d408b6097 | |
parent | 6c032bcf0dc06795f8a8b54cc67d7d6adf323b8e (diff) | |
download | ports-e1fd712e04a08149ed7f30bebb8b0b08300d0543.tar.gz ports-e1fd712e04a08149ed7f30bebb8b0b08300d0543.zip |
Notes
-rw-r--r-- | graphics/xgrasp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xgrasp/Makefile b/graphics/xgrasp/Makefile index f9cb32c3e534..06999f9eebc0 100644 --- a/graphics/xgrasp/Makefile +++ b/graphics/xgrasp/Makefile @@ -17,8 +17,7 @@ NO_WRKSUBDIR= yes USES= imake USE_XORG= x11 xext -MAN1= glib.1 xgrasp.1 -PLIST_FILES= bin/glib bin/xgrasp +PLIST_FILES= bin/glib bin/xgrasp \ + man/man1/glib.1.gz man/man1/xgrasp.1.gz -NO_STAGE= yes .include <bsd.port.mk> |