diff options
Diffstat (limited to 'devel/fossil/Makefile')
-rw-r--r-- | devel/fossil/Makefile | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/devel/fossil/Makefile b/devel/fossil/Makefile index 31751141df9e..26156fb24eed 100644 --- a/devel/fossil/Makefile +++ b/devel/fossil/Makefile @@ -12,7 +12,6 @@ COMMENT= DSCM with built-in wiki, http interface and server, tickets database LICENSE= BSD - PLIST_FILES= bin/fossil HAS_CONFIGURE= yes @@ -23,11 +22,4 @@ JSON_DESC= JSON API support JSON_CONFIGURE_ON= --json STATIC_CONFIGURE_ON= --static -NO_STAGE= yes -do-install: - @${INSTALL_PROGRAM} ${WRKSRC}/fossil ${PREFIX}/bin/fossil - -post-install: - @${CAT} ${PKGMESSAGE} - .include <bsd.port.mk> |