diff options
Diffstat (limited to 'print/xpp/Makefile')
-rw-r--r-- | print/xpp/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/print/xpp/Makefile b/print/xpp/Makefile index fb0239b..c79a009 100644 --- a/print/xpp/Makefile +++ b/print/xpp/Makefile @@ -6,7 +6,7 @@ # PORTNAME= xpp -PORTVERSION= 1.0 +PORTVERSION= 1.1 CATEGORIES= print MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= cups @@ -24,4 +24,8 @@ CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib -lcups -lfltk \ -lGL -lXext ${PTHREAD_LIBS:S/"//g}" \ CPPFLAGS=-I${LOCALBASE}/include +post-install: + $(MKDIR) $(PREFIX)/share/doc/xpp + $(INSTALL_DATA) $(WRKSRC)/README $(PREFIX)/share/doc/xpp + .include <bsd.port.mk> |