diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 21:55:15 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-05 21:55:15 +0000 |
commit | 4949efb7085b0e97e868b6436b0b325ffa93e586 (patch) | |
tree | a745eb5667a76f36dc4f59f4585d94caa60a5985 /x11/stalonetray | |
parent | 930f56e5fe1c315ad2dbfb93597f9d25054d1bdb (diff) | |
download | ports-4949efb7085b0e97e868b6436b0b325ffa93e586.tar.gz ports-4949efb7085b0e97e868b6436b0b325ffa93e586.zip |
Notes
Diffstat (limited to 'x11/stalonetray')
-rw-r--r-- | x11/stalonetray/Makefile | 18 | ||||
-rw-r--r-- | x11/stalonetray/distinfo | 6 |
2 files changed, 20 insertions, 4 deletions
diff --git a/x11/stalonetray/Makefile b/x11/stalonetray/Makefile index 9c21e24cfebb..c880345da875 100644 --- a/x11/stalonetray/Makefile +++ b/x11/stalonetray/Makefile @@ -6,7 +6,7 @@ # PORTNAME= stalonetray -PORTVERSION= 0.6.5 +PORTVERSION= 0.7.3 CATEGORIES= x11 MASTER_SITES= SF @@ -21,6 +21,22 @@ CONFIGURE_ARGS= --disable-native-kde \ --disable-debug MAN1= stalonetray.1 +PORTDOCS= AUTHORS ChangeLog NEWS README TODO stalonetray.html +PORTEXAMPLES= stalonetrayrc.sample PLIST_FILES= bin/stalonetray +post-install: +.if !defined(NOPORTDOCS) + @${MKDIR} ${DOCSDIR} +.for file in ${PORTDOCS} + ${INSTALL_DATA} ${WRKSRC}/${file} ${DOCSDIR} +.endfor +.endif +.if !defined(NOPORTEXAMPLES) + @${MKDIR} ${EXAMPLESDIR} +.for file in ${PORTEXAMPLES} + ${INSTALL_DATA} ${WRKSRC}/${file} ${EXAMPLESDIR} +.endfor +.endif + .include <bsd.port.mk> diff --git a/x11/stalonetray/distinfo b/x11/stalonetray/distinfo index d9ae30e336b0..1fa02f6cb559 100644 --- a/x11/stalonetray/distinfo +++ b/x11/stalonetray/distinfo @@ -1,3 +1,3 @@ -MD5 (stalonetray-0.6.5.tar.bz2) = ae5cf48728d9bb4b6ce67641cefcaf6e -SHA256 (stalonetray-0.6.5.tar.bz2) = ef6df0627c3cf9d4bdedc189dfca99dc2b1b68a4d878a1359eb94a30d60d5bf1 -SIZE (stalonetray-0.6.5.tar.bz2) = 113389 +MD5 (stalonetray-0.7.3.tar.bz2) = 50376cbd6515ecaa78b6e73705b038ee +SHA256 (stalonetray-0.7.3.tar.bz2) = c855844250cff4c4b39d7fc7e70e28655f7891a7aaa08d63ddeca58528006ad6 +SIZE (stalonetray-0.7.3.tar.bz2) = 131707 |